Can we populate the QueryString Parameters and values from Parameter sets?

时光怂恿深爱的人放手 提交于 2019-12-04 05:43:10

问题


How should i configure my URL based load test in VSTS such that i can repeat the load test with different parameter values. Can I load the parameters and values from Parameter sets ? If yes, How to do that?


回答1:


You can load the parameters and values from the Query String Parameters. It will add the string ?para=value in the URL you configured. But it cannot repeat the load test with different parameter values. The feature you want to achieve is Data-Driven test, you can refer to this article to setup it: Data-Driven Load Tests using Visual Studio Online and SQL Azure.



来源:https://stackoverflow.com/questions/51929314/can-we-populate-the-querystring-parameters-and-values-from-parameter-sets

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