摘要:
Loadrunner中参数和变量的使用 //字符串复制strcpy(str,"Hello ") ; //字符串连接strcat(str,"World !");lr_message("str: %s",str); //变量转为参数,将变量str的值存到参数Param中lr_save_string(st... 阅读全文
posted @ 2015-04-22 17:31
Agoly
阅读(1758)
评论(1)
推荐(0)
摘要:
LoadRunner中常用的字符串操作函数有: strcpy(destination_string, source_string);strcat(string_that_gets_appended, string_that_is_appended);51Testing软件测试网:J3~c:c[(w... 阅读全文
posted @ 2015-04-22 17:29
Agoly
阅读(6182)
评论(0)
推荐(1)
摘要:
语法int web_reg_save_param(const char *ParamName, , LAST);参数说明:• ParamName:存放动态数据的参数名称• list of Attributes:其它属性,包含 Notfound, LB, RB, RelFrameID, Search,... 阅读全文
posted @ 2015-04-22 16:46
Agoly
阅读(303)
评论(0)
推荐(0)
摘要:
Action.c(33): Error: C interpreter run time error: Action.c (33): Error -- Unresolved symbol : vuser_end.--------意思是:user_end部分的语法错误。比如缺少下面这段中的某行:user... 阅读全文
posted @ 2015-04-22 16:41
Agoly
阅读(2820)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-04-22 11:48
Agoly
阅读(1)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-04-22 11:07
Agoly
阅读(1)
评论(0)
推荐(0)