Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在录制选项中做到这一点?我尝试将脚本记录为 Web (Click and Script) - 基于 GUI 的脚本,但它会下载 javascript 文件。使用基于 HTML 的脚本进行录制会产生错误的结果。
好的。我要问一个奇怪的问题。如果您的客户端都将根据网页解析生成的请求下载 javascript 文件,那么您为什么要从 Web 服务器的这些请求中排除负载呢?
诸如此类的与用户行为的已知偏差必须记录在案并包含在每个结果集中,并且(对我而言)会发出关于测试是否实际生成与实际用户相同的负载的危险信号。