tfs

A helper tool for Visual Studio Team System webtests

with terms

I recently encountered one of those nasty web applications that can only be created with ColdFusion by ColdFusion developers.  Yikes!  Anyways, the only real way to be able to create web tests for this particular app turned out to be the following steps:
1) Record the test steps with fiddler
2) Re-record the exact same steps with fiddler
3) Use the differences between the two recordings to determine what data to parameterize and what data to get from extraction rules.
 

Syndicate content