Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on LOAD RUNNER _VIEWSTATE value within the LoadRunner forums, part of the Software Testing category; Hi, IN recording an web based application using Vugen, a dynamic value _VIEWSTATE is generated for every page. please let me know how this could be captured.The record version is ...
|
|||||||
|
|||
|
LOAD RUNNER _VIEWSTATE value
Hi,
IN recording an web based application using Vugen, a dynamic value _VIEWSTATE is generated for every page. please let me know how this could be captured.The record version is throwing error if when tried replay with dsame VIEWSTATE value. Please advise Thanks |
| Sponsored Links |
|
|||
|
Re: LOAD RUNNER _VIEWSTATE value
VIEWSTATE: ViewState allows the state of objects (serializable) to be stored in a hidden field on the page. ViewState is transported to the client and back to the server, and is not stored on the server or any other external source. ViewState is used the retain the state of server-side objects between postabacks.
Hence, If you are replaying a script, you need to correlate it. You can do this by: 1. Having ViewState autocorrelation feature on 2. Manually correlating ViewState by inserting required Left and Right boundaries. |
|
|||
|
Re: LOAD RUNNER _VIEWSTATE value
I've previously posted in my blog with regards to VIEWSTATE (below link). VIEWSTATE can be a pain to work with me but not at the point of impossible. VIEWSTATE can generate a very long string that requires you to change the maximum paramter lenght to capture overtime. And this when during a load test may vary.
http:// loadrunnertnt DOT blogspot DOT com/2007/05/scripts-viewstate DOT html Also VIEWSTATE is an encrypted value that changes. A deeper explanation can be found in the article I've written. Lastly, in my experience working with ASP.NET apps using VIEWSTATE, it may not necessarily required to correlate VIEWSTATE. ![]() Hope that helps ![]() Regards Hs http:// loadrunnertnt DOT blogspot DOT com |
|
|||
|
Quote:
Hey Viewstate is a variable in .NET applications that holds the state of variables on a page when you click on any button. It has a unique value every time(you can imagine why)...Simply correlate it wherever it has been passed. without that, your script wont work properly. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Load Runner | villjuj | LoadRunner | 2 | 07-13-2009 04:10 AM |
| plz let me know about Load size in load testing | prakashnemesis | Testing Issues | 4 | 08-19-2008 03:26 AM |
| load testing | prasu | LoadRunner | 1 | 01-05-2008 12:47 AM |
| Getting all the tests results in batch runner | Lokesh M | QTP | 1 | 10-09-2007 12:27 PM |
| Real process dealt in load runner | Geek_Guest | LoadRunner | 0 | 02-21-2007 04:19 AM |