51Testing软件测试论坛

标题: LR8.0中关于lr_get_attrib_string的例子 [打印本页]

作者: JamesGosling    时间: 2007-7-27 15:40
标题: LR8.0中关于lr_get_attrib_string的例子
D:\LoadRunner\bin\mdrv.exe

       -usr D:\LR_Tests\C\get_attribute\get_attribute.usr

       -out D:\LR_Tests\C\get_attribute\out

       -host sun2   -loop 4   -time 1.5

where host, loop and time are command line parameters to be used in get_attribute.usr. lr_get_attrib_string assigns the value of parameter "host" to the variable "server".

vuser_init() {

/* LPCSTR is a char * .  */

     LPCSTR server;

     LPCSTR user = "tomh";

     LPCSTR password = "pwd";

     LPCSTR connect[10];

server=lr_get_attrib_string("host");

if (server==NULL){

lr_error_message("Failed to login. Unknown host.\n");

return(0);

}

/*Prepare a string with login information */

sprintf(connect,"%s%s%s", user, password, server);

lr_message("%s", connect);

return 0;


这个例子什么意思,请各位解释一下
作者: JamesGosling    时间: 2007-7-27 15:41
特别是最开始的一段什么意思
作者: diskb123    时间: 2012-6-18 23:19
本帖最后由 diskb123 于 2012-6-22 23:08 编辑

老大,我也没看明白,顶起,希望尽快有人帮助解答一下
作者: wan_xie2007    时间: 2012-6-27 17:35
呵呵 5年的跨度
作者: wan_xie2007    时间: 2012-6-27 17:35
呵呵 5年的跨度
大概明白一点点
作者: wan_xie2007    时间: 2012-6-27 17:35
呵呵 5年的跨度
大概明白一点点
作者: wan_xie2007    时间: 2012-6-27 17:36
是从运行时的属性设置里获取的参数值  平时很少用吧




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2