Hi All When i first recorded my script first...

  • Thread starter Pratik Adhikari
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

P

Pratik Adhikari

Guest
Hi All When i first recorded my script first time,I got 2 view state id for the ASP.NET application. But when i recorded the same script again for the second time(just for checking) i am getting 8 view state id. Can anyone help on this , why is it happening?
 
Assuming, your script is generated same request multiple times.. i would suggest you to compare all the requests properly and have patience to load page completely while recording your application... it is better to give comment on each action while recording an application.. if you still getting the same.. thn use html based recording mode with a script describing user actions... uncheck unnecessary headers content type and non resources in http properties-advanced options...
 
At first time your recording, you might missed few additional viewstate values, which you gained in second attempt.
 
As Ram Lekkala suggested, put comment lines at each event, transaction, which will give you a lot clarity.