原帖由 rting 于 2007-4-21 20:52 发表
怎么没人回答啊?sdlkfj8
再问个问题,我在VuGen中点击视图------测试结果,居然打开的是空白页哦,怎么回事哦!
我是按照Loadrunner教程8。1版一步一步操作的哦!
那里出了问题啊?
Problem ID: 47801
--------------------------------------------------------------------------------
Product: LoadRunner 8.x
Protocol(s): Web
Topics:
Vuser Script - Script development
Errors - General error and warning messages
General questions, problems - VuGen
OS: All Windows
Creation Date: 27 Nov 2006
Last Modified Date:29 Nov 2006
--------------------------------------------------------------------------------
Problem Description: Error: "-32999: Invalid scheme (not "http:" / "https:") in URL"
The user is receiving the following error:
"Action.c(7): Error -32999: Invalid scheme (not "http:" / "https:") in URL="Please enter the initial URL here" [MsgId: MERR-32999]
Action.c(7): web_browser("Please enter the initial URL here") highest severity level was "ERROR" [MsgId: MMSG-26391]"
Diagnosis: This error generally occurs on the very first step of the Web script when the "Record Socket level data" checkbox is not selected under the Advanced recording options.
--------------------------------------------------------------------------------
Solution: Add the correct URL to the step or record the script again with the correct recording options
There are two possible solutions to address this.
1. Add the URL manually.
The step in the script that errors out would look like:
web_browser("Please enter the initial URL here",
DESCRIPTION,
ACTION,
"Navigate=Please enter the initial URL here",
LAST);
After "Navigate=," enter the actual URL.
Example:
web_browser("Please enter the initial URL here",
DESCRIPTION,
ACTION,
"Navigate=http://www.mercury.com",
LAST);
Note:
Make sure that the URL is specified including "http://."
2. Rerecord the script.
Rerecord the script with the "Record Socket level data" checkbox selected under the Advanced recording options.
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |