char string1[]="7dtest";
lr_log_message("%s",string1);
lr_save_string(string1,"tmp");
lr_log_message("%s",lr_eval_string("{tmp}"));
web_url("www.7dtest.com",
"URL=http://www.{tmp}.com/",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
char string1[]="7dtest";
char URL[100]="";
lr_log_message("%s",string1);
sprintf( URL, "URL=http://www.%s.com/",string1);
web_url("www.7dtest.com",
URL,
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |