Visual Studio Load/Performance Tests - Parameterizing REST values in the URL
问题 I am starting out with Visual Studio 2012, and have been tasked with writing some load tests that hit REST services. Struggling because I'd like to parameterize a value that's in the URL, accessing a .csv file as a datasource. For example, I'd like the URL to be http://staging.company.com/OrderService.svc/GetOrderInfo/{{OrderId}} ...and use a .csv file to iterate through a list of OrderId's. There's a lot of info online about parameterizing values in the body of a request, and I've went