码迷,mamicode.com
首页 >  
搜索关键字:loadrunner函数    ( 19个结果
LoadRunner函数详解之web_reg_find
https://blog.csdn.net/jiang1986829/article/details/47616399 定义:在HTML页面查询指定的文本字符串函数形式:web_reg_find( const char *attribute_list, LAST );这里写图片描述示例1:查询字符串 ...
分类:Web程序   时间:2019-03-07 00:40:26    阅读次数:199
LoadRunner 函数学习
(常用函数 一) 1. Intweb_reg_save_param("参数名","LB=左边界","RB=右边界",LAST);/注册函数,在参数值出现的前面使用,注册成功时返回值为0,注册失败时返回值为1。左右边界需根据TreeView里相关步骤的SeverResponse代码来确定。用以上函数能 ...
分类:其他好文   时间:2018-09-11 18:41:35    阅读次数:223
loadrunner 虚拟用户开发(二)
错误处理与日志函数1)选中此项表示当脚本出现错误时继续执行,这是全局化的控制,对所有脚本有效。 2)非关键资源错误当做警告,如果把这项取消掉,一些图片类的非html资源错误,就会当做错误处理,而不是warning。   3)函数Lr_continue_on_error 含义: 指定一个错误处理的方法,出现错误后,你可以选择继续运行脚本,或者直接退出
分类:其他好文   时间:2018-05-11 15:35:38    阅读次数:167
loadrunner函数--lr_eval_string
【lr_eval_string】 lr_eval_string 函数主要是返回脚本中的一个参数当前的值。 char *lr_eval_string( const char *instring ); 示例: ...
分类:其他好文   时间:2017-07-05 21:22:45    阅读次数:194
loadrunner函数--lr_save_string
【lr_save_string】 int lr_save_string (const char *param_value, const char *param_name); lr_save_string函数主要是将程序中的常量或变量保存为lr中的参数。 参数说明: 1、param_value:par ...
分类:其他好文   时间:2017-07-05 21:05:07    阅读次数:121
loadrunner函数--lr_save_datetime
【lr_save_datetime】 void lr_save_datetime(const char *format, int offset, const char *name); lr_save_datetime 是将当前日期和时间,或者具有指定偏移的日期或者时间保存在参数中。 参数说明: 1、 ...
分类:其他好文   时间:2017-07-04 21:57:08    阅读次数:190
LoadRunner函数大全之中文解释
LoadRunner函数大全之中文解释 ...
分类:其他好文   时间:2017-05-14 23:46:08    阅读次数:297
LoadRunner 函数之 web_add_cookie
Adds, deletes, or replaces a cookie. ...
分类:Web程序   时间:2016-12-22 11:33:14    阅读次数:738
LoadRunner 函数之 web_custom_request
Allows you to create a custom HTTP request with any method supported by HTTP. List of Attributes URL- 请求地址 Method – 请求方法 POST or GET. EncType – 编码类型,指 ...
分类:Web程序   时间:2016-12-21 18:26:24    阅读次数:262
LoadRunner 函数之lr_xml_get_values
Retrieves values of XML elements found by a query. ...
分类:其他好文   时间:2016-12-20 20:07:32    阅读次数:1041
19条   1 2 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!