Binding an Extracted Value in a Web Test
I was creating a multi step web test in Visual Studio, for use in running in Azure. I needed to extract a request value for use later in my test. I could not seem to find a concrete example of how to do this. Here's what worked for me: When creating a Web Test in Visual Studio, [...]