51Testing软件测试论坛

标题: 请问怎么输出lr_xml_get_values里的其中一个值 [打印本页]

作者: yangshuxin1989    时间: 2012-10-9 18:04
标题: 请问怎么输出lr_xml_get_values里的其中一个值
  1. Action()
  2. {
  3.         web_service_call( "StepName=getSupportCityString_101",
  4.                 "SOAPMethod=WeatherWS|WeatherWSSoap|getSupportCityString",
  5.                 "ResponseParam=response",
  6.                 "Service=WeatherWS",
  7.                 "ExpectedResponse=SoapResult",
  8.                 "Snapshot=t1349765211.inf",
  9.                 BEGIN_ARGUMENTS,
  10.                 "theRegionCode={NewParam}",
  11.                 END_ARGUMENTS,
  12.                 BEGIN_RESULT,
  13.                 END_RESULT,
  14.                 LAST);


  15.         lr_xml_get_values("XML={response}",
  16.                           "FastQuery=/Envelope/Body/getSupportCityStringResponse/getSupportCityStringResult/string[10]",
  17.                           "ValueParam=ParamValue_string",
  18.                           LAST);

  19.    // lr_output_message("ParmValue_string");
  20. //這裡要怎麼輸出string為10的參數值

  21.         web_service_call( "StepName=getWeather_102",
  22.                 "SOAPMethod=WeatherWS|WeatherWSSoap|getWeather",
  23.                 "ResponseParam=response",
  24.                 "Service=WeatherWS",
  25.                 "ExpectedResponse=SoapResult",
  26.                 "Snapshot=t1349766283.inf",
  27.                 BEGIN_ARGUMENTS,
  28.                 "theCityCode=1023",
  29.                 END_ARGUMENTS,
  30.                 BEGIN_RESULT,
  31.                 END_RESULT,
  32.                 LAST);
  33.    

  34.            return 0;
  35. }
复制代码

作者: yangshuxin1989    时间: 2012-10-10 09:40
没人回复噶~
作者: yangshuxin1989    时间: 2012-10-10 10:16
我自己来结贴吧~
lr_output_message(lr_eval_string("FastQuery result = {ParamValue_string}"));
写上这句话就可以输出string10的值
作者: yangshuxin1989    时间: 2012-10-10 10:17
我自己来结贴吧~
lr_output_message(lr_eval_string("FastQuery result = {ParamValue_string}"));
写上这句话就可以输出string10的值




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