标题: 手动关联-问题已解决,谢谢梦醒十分和ZEE [打印本页] 作者: drabit 时间: 2006-4-24 16:36 标题: 手动关联-问题已解决,谢谢梦醒十分和ZEE 下午学习了关联,遇到Error -27190: No match found for the requested parameter "MercurySession". 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 ,梦醒十分兄和其他大虾们再指点一下.
[ 本帖最后由 drabit 于 2006-4-26 15:15 编辑 ]作者: 梦醒十分 时间: 2006-4-25 11:31
LR的本身的例子就可以,在mercury tour主页上,server option选3,点config后,就可以做关于session ID的关联练习了。作者: drabit 时间: 2006-4-25 11:58
thanks a lot,梦醒十分,非常感谢!作者: drabit 时间: 2006-4-25 15:38 标题: 下午学习了关联,遇到Error -27190的错误 下午学习了关联,遇到Error -27190: No match found for the requested parameter "MercurySession". 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 ,梦醒十分兄和其他大虾们再指点一下.作者: drabit 时间: 2006-4-25 15:40 标题: action部分的脚本 #include "as_web.h"
另,总结一下:
1.关联的数据应在recording log中找,确定是receiving response from server
2.设定左右边界也应该在recording log中找.
3.最重要的,在我这个例子中web_reg_save_param应放在脚本最前面,因为一打开网页,session值就获得了.
论坛中的高手很多,也很热心!向你们致敬!
[ 本帖最后由 drabit 于 2006-4-26 15:14 编辑 ]作者: lvlin 时间: 2006-4-26 15:27
No match found for the requested parameter "MercurySession". 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