Session IDs Causing Trouble When Webtesting VSTS08
I need some help or suggestions please.
I am writing a number of web tests in VSTS 08. The web site that I am looking to test uses session ID's to identify the computer. These however change on each request, this means that if I run my web tests more than once I encounter problems as the stored session ID doesnt match the one now created by the browser.
Is there any way that I can get around this, or allow for this in my tests?
Matt
|