loadrunner測試遇到的怪事 loadrunner測試
說說今天測試遇到的怪事
http錄制一個腳本,之前測試100個用戶的時正常通過,在回頭測試80個用戶的時候報告這個錯誤。
Action.c(29): Error -26377: No match found for the requested parameter "WCSParam_Diff1". 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。
經過高手指點,在腳本開頭加了個web_set_max_html_param_len("1024");
再次運行,報
Action.c(29): Error -26377: No match found for the requested parameter "WCSParam_Diff1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size
我是用自動關聯的,"WCSParam_Diff1"參數就是關聯類似BAsmckllnJWbDbsMZHllMgknzxdXpbrl這串由32個英文字符組成的字符串。
原文轉自:http://www.anti-gravitydesign.com