web_url 语法: Int Web_url(const char *name, const char * url, Lists of Attributes, [EXTRARES,Lists of Resource Attributes,LAST) 返回值 成功时返回 LR _PASS (0) ,失败时返回 LR_FAIL (1) 。 参数: Name : VuGen 中树形视图中显示" name="description" />

LoadRunner函数中文翻译系列之一--Action

发表于:2008-09-23来源:作者:点击数: 标签:loadrunnerloadRunnerLoadRunnerLoadrunner翻译
MI LY: 宋体">web_url 语法: Int Web_url(const char *name, const char * url, Lists of Attributes, [EXTRARES,Lists of Resource Attributes,LAST) 返回值 成功时返回 LR _PASS (0) ,失败时返回 LR_FAIL (1) 。 参数: Name : VuGen 中树形视图中显示

MILY: 宋体">web_url

语法:

Int Web_url(const char *name, const char * url, <Lists of Attributes>, [EXTRARES,<Lists of Resource Attributes>,LAST)

返回值

成功时返回LR_PASS (0),失败时返回 LR_FAIL (1)

参数:

NameVuGen中树形视图中显示的名称,在自动事务处理中也可以用做事务的名称。

url:页面url地址。

List of Attributes

EXTRARES:分隔符,标记下一个参数是资源属性的列表了。

List of Resource Attributes

LAST:属性列表结束的标记符。

说明

Web_url根据函数中的URL属性加载对应的URL,不需要上下文。

只有VuGen处于URL-based或者HTML-based(此时A script containing explicit URLs only选项被选中时)的录制模式时,web_url才会被录制到。

可以使用web_url 模拟从FTP服务器下载文件。web_url 函数会使FTP服务器执行文件被真实下载时的操作。除非手工指定了"FtpAscii=1",下载会以二进制模式完成。

在录制选项中,Toos—Recording Option下,Recording选项中,有一个Advanced HTML选项,可以设置是否录制非HTML资源,只有选择了“Record within the current script step”时,List of Resource Attributes才会被录制到。非HTML资源的例子是gifjpg图象文件。

通过修改HTTP头可以传递给服务器一些附加的请求信息。使用HTTP头允许请求中包含其他的内容类型(Content_type),象压缩文件一样。还可以只请求特定状态下的web页面。

所有的Web Vusers HTTP模式下的WAP Vusers或者回放模式下的Wireless Session ProtocolWSP),都支持web_url函数。

原文转自:http://www.ltesting.net