When business processes are recorded from VSTS only the requests are captured which might be problematic during correlation. That problem can be overcome by using open web debugging proxy – Fiddler.
Fiddler acts as a web proxy between any web browser and the application under test recording all requests issued by the browser. Each request is recorded witch its response which vastly simplifies correlation process.
![]() |
| Fiddler |
Fiddler session can be saved as a *.saz file which will preserve all request\response data and probably more interestingly as a VSTS WebTest.
Following posts will attempt to guide you though the whole process of recording and correlating VSTS WebTests.
- Recording the script
- Saving the script
- Opening recording session in Fiddler and VSTS
- Adding comments and transactions to the WebTest
- Correlating the script
- Script data parametrisation
- Parametrising environment URL
- Developing custom extraction rules
Additional resources:

No comments:
Post a Comment