51Testing软件测试论坛
标题:
lr_xml_get_values 这个函数如何用啊!
[打印本页]
作者:
我爱土猪
时间:
2006-12-4 15:11
标题:
lr_xml_get_values 这个函数如何用啊!
这个函数说是把xml文件的值取出来赋值给一个参数,就是这个要如何使用啊!看了帮助还是不太明白,不知道有没有哪位大哥能给点指示啊!最好就是有个例子
作者:
leey
时间:
2006-12-4 15:15
很简单啊,不过,这个函数只支持web一类的协议。lz看看帮助就好了,把帮助里的东西直接复制到你的脚本里试一下,我试过没问题。
作者:
evergreenwang
时间:
2007-7-13 18:48
就是把你取出来的数值,放到你需要的地方
lr_xml_get_values("XML={response}",
"FastQuery=/Envelope/Body/loginResponse/loginResult/sessionID",
"ValueParam=sessionID",
LAST);
soap_request("StepName=login_2",
"URL=http://192.2.104.250:9080/safe/LoginWebService",
"SOAPEnvelope=<?xml version=\"1.0\" encoding=\"zh_cn\" standalone=\""
"no\"?><soap:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" "
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:soap=\""
"http://schemas.xmlsoap.org/soap/envelope/\"><soap:Body><login xmlns=\""
"http://www.openuri.org/\"><inParam xmlns=\"java"
":ecsolutions.safe.parameters\"><action xsi:nil=\"true\"/><authHash"
">{authHashvalue}</authHash><funcID>2E1</funcID>"
"<menuID xsi:nil=\"true\"/><methodID xsi:nil=\"true\"/><organCode"
">330000000201</organCode>"
"<sessionID>{sessionID}</sessionID>"
"<sessionIDSSO xsi:nil=\"true\"/><userID>QC001</userID><warningCheck "
"xsi:nil=\"true\"/><authList xsi:nil=\"true\"/><authListHash xsi:nil=\""
"true\"/><authMethod>digest</authMethod><password xsi:nil=\"true\"/>"
"<sessionStatus xsi:nil=\"true\"/><verno>7011</verno></inParam></login>"
"</soap:Body></soap:Envelope>",
"Snapshot=t2.inf",
"ResponseParam=response",
LAST);
放在需要的><sessionID>{sessionID}</sessionID>"
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2