loadrunner it's very time consuming of correlating the...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

A

Aritra Das

Guest
it's very time consuming of correlating the view state by searching one by one.Is there any short cut method?
 
Not usually as the state management variables often exceed the match buffer size used by the correlation rules so the RB condition is never found for the match. You are also better off handling this manually so you can reuse state management variables in order to maintain the minimum number of variables that you need at any given time for the open states. Otherwise you may get to the end of an iteration and find that your virtual user has grown to hundreds of megabytes in size because you used one variable per viewstate correlation and never reused state variables for states which had gone stale but which were just taking up RAM
 
No need to search one by one..record the same business scenario twice,compare both of them by windif..but record with different test data,then u can get the dynamic value,then use web_reg_save_param...if you are finding difficulties where to write the function..execute the script in full mode..