51Testing软件测试论坛

标题: http协议的 web_reg_find问题 [打印本页]

作者: lotusangel    时间: 2010-5-12 18:20
标题: http协议的 web_reg_find问题
采用的是http协议,脚本:
web_reg_find("Text/ic=200 0k","SaveCount=id_count", LAST);  
if (atoi(lr_eval_string("{id_count}")) > 0){
              lr_output_message("Search successful.");
      }
else{               lr_error_message("Search failed");
       }
lr_output_message(lr_eval_string("{id_count}"));
执行结果:
Registering web_reg_find was successful  
Registered web_reg_find successful for "Text=200 0k"  
web_url("get") was successful, 3739 body bytes, 150 header bytes          [MsgId: MMSG-26386]
Error: Search failed
请教是什么原因可能会导致该问题
作者: msnshow    时间: 2010-5-12 20:22
你的web_url 是在什么位置,在web_reg_find前面还是后面
作者: lotusangel    时间: 2010-5-13 09:54
标题: 谢谢
web_url 是在web_reg_find的后面
作者: most2008    时间: 2010-5-13 10:01
atoi(lr_eval_string("{id_count}"))这个取不到值导致,是不是写错了。
作者: kratexi    时间: 2010-5-13 11:52
能不能请问下 web_reg_find("Text/ic=200 0k","SaveCount=id_count", LAST);  

text/ic=200 是不是表示文本/图片 的值为200
SaveCount=id_count  这句又表示什么 哪位帮忙回答下 thx
作者: sc_zk2008    时间: 2010-5-13 15:14
web_reg_find是注册型函数,放在web_url前边
作者: PrefTest    时间: 2010-5-13 15:20
Text/ic=200 0k
还是
Text/ic=200 Ok
作者: lotusangel    时间: 2010-5-13 17:58
标题: 再请教
web_reg_find是用来查找缓存里的信息吧?发送的信息返回的数据包“HTTP/1.0 200 OK
Server: Image Server
Content-Length: 12417
Date: ******
Connection: close
Content-Type: image/jpeg"




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