51Testing软件测试论坛

标题: 请教如何得到web server的response [打印本页]

作者: guxiaoli    时间: 2006-1-23 10:41
标题: 请教如何得到web server的response
loadrunner脚本中用web_url发出了一个请求,现在想知道如何得到该请求的response,因为我想根据response的内容作下一步动作
作者: kernzhang    时间: 2006-1-26 11:26
web_reg_save_param(“A","LB/IC=<html>","LB/IC=</html>","ord=ALL",LAST);

把这个函数放在web_url()前面,这样你就可以抓所有的response的值了!注意你可能要把变量A这个内存扩大一下哦!
作者: thefirstred    时间: 2006-2-6 14:25
我这样写:
        char str[20];
        web_reg_save_param("str",
                "LB/IC=<html>",
                "RB/IC=</html>",
                "ord=ALL",
                LAST);
总是提示“No match found for the requested parameter "str". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size”
不知道这是什么意思?
作者: thefirstred    时间: 2006-2-6 14:28
根据提示在前边加上web_set_max_html_param_len("2048");就好了,不明白什么意思
但是str中是空的:(
我的目的是让str记录下来返回的网页的所有内容

[ 本帖最后由 thefirstred 于 2006-2-6 14:45 编辑 ]




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