LR:Web_ get_ int_property函数
发表人: 测者陈磊
0 0 0
Web get int_property函数
1 作用
记录Http的响应信息
2 参数
http_info_return_code: 返回http代码
http_info_download_size:返回页面字节数
http_info_download_time:返回页面下载时间
3 例子
int HttpRetCode=0;
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 ");
最新发表 最多点赞 最近回复
点击发表评论
暂无评论,快来抢沙发哦~
文章作者
京东测试架构师,AJPECSS编委。拥有多年的测试及测开经验,主导了京东工程生产力平台以及设计和研发,熟悉质量保障流程,对测试技术、方法有深入的研究。双态IT联盟《敏捷测试白皮书》特邀专家。北方工大企业导师。2018TID特约讲师、云测峰会特约讲师的,TID人工智能特约讲师。《决战618:探秘京东技术取胜之道》、《京东质量团队转型实践-从测试到测试开发的蜕变 》的作者,论文近30篇,专利20余项目
推荐图书
- HotSpot实战
作者: 陈涛
- 21天学通C++(第7版)
作者: [美]Siddhartha Rao
- 海盗派测试分析:MFQ&PPDCS
作者: 邰晓梅
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Python 拓展之特殊函数(lambda 函数,map 函数,filter 函数,reduce 函数)
- Python 函数调用&定义函数&函数参数
- python基础教程:函数,函数,函数,重要的事说三遍
- C++函数中那些不可以被声明为虚函数的函数
- 017.Python函数匿名函数
- 纯函数:函数式编程入门
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
HTTP Essentials
Stephen A. Thomas、Stephen Thomas / Wiley / 2001-03-08 / USD 34.99
The first complete reference guide to the essential Web protocol As applications and services converge and Web technologies not only assume HTTP but require developers to manipulate it, it is be......一起来看看 《HTTP Essentials》 这本书的介绍吧!