LoadRunner correlation phenomen?

匿名 (未验证) 提交于 2019-12-03 01:09:02

问题:

I am correlating values in the response header (scope=headers) and printing the value twice in the script, but it shows different values in different places in the script: Here is the log:

And here is the script:

Isn't that strange?

回答1:

Going by your output log it looks like the parameter corrID1 already exists with a value of "3" before the first POST you have mentioned in your code and then you call it again for the subsequent call which populates the same parameter with a new value. Are you sure you're not calling web_reg_save_param_ex for corrID1 earlier in the script?



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!