我在 Load runner 中遇到问题。使用“Web_add_filter”函数时,内部错误提示“短期过滤器必须为空”,在运行输出结果中显示。
我正在使用以下代码行:
web_add_filter("Action=Exclude", "PathPrefix=/css/", LAST );
web_add_filter("Action=Exclude", "PathPrefix=/js", LAST );
web_add_filter("Action=Exclude", "PathPrefix=/images/1033", LAST );
web_add_filter("Action=Exclude", "PathPrefix=/aka", LAST );