LR函数用途

上一篇 / 下一篇  2009-04-10 17:03:52 / 个人分类:LR

函数属性
1.http_info_return_code:     返回http代码
2.http_info_download_size:返回页面字节数
3.http_info_download_time:返回页面下载时间

例子
The following example uses theweb_get_int_propertyfunction to check if the Vuser successfully accessed thedogberthome page.

TEST()

{

int HttpRetCode;

web_url("dogbert",

"URL=http://dogbert",

"TargetFrame=_TOP",

LAST);

HttpRetCode = web_get_int_property(HTTP_INFO_RETURN_CODE);

if (HttpRetCode == 200)

lr_log_message("The Vuser successfully accessed the Dogbert home page");

else

lr_log_message("The Vuser failed to access the Dogbert home page ");

}
 


 


TAG:

testxiaoyang的个人空间 引用 删除 testxiaoyang   /   2011-03-29 15:05:54
xiexie
 

评分:0

我来说两句

我的栏目

日历

« 2024-05-10  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 3755
  • 日志数: 2
  • 建立时间: 2007-10-25
  • 更新时间: 2011-10-11

RSS订阅

Open Toolbar