How to correlate the server side data, when u r getting
more than one dynamic data which keeps on suffel during
replay?
Answers were Sorted based on User's Feedback
Answer / dillesh
server side data correlation we will do manually. first we
follow the bellow algorithm of manual correlation.
1.Find a dynamic value to capture.
2.Find server's response, containing the dynamic value.
3.Capture the dynamic value.Special parameter will be used
instead of dynamic value.
4.Replace every occurrence of dynamic value in script with
the parameter.
5.Check changes.
Find each step describe in details:
1.Find a dynamic value to capture: I recommend to record
and save two equal VuGen scripts. After that, open menu
item "Tools / Compare with Scripts" and you can compare
both recorded scripts in WDiff.
2.The differences are highlighted by yellow. This
highlighting means that lines (parameters values) change
from run to run. So, most probably, these values should be
correlated.
3.Find server's response, containing the dynamic value
Before script executing, please enable extended logging
from "Vuser / Run-Time Settings...":
4.Then execute script.Open Replay (Execution) log and find
server's response, which contains dynamic values.
5.Capture the dynamic value
I will show two ways how to capture a dynamic value:
o Automatic capturing from Tree-view
o Manual from Script-view
These ways are similar enough. Also, they use the same
function - web_reg_save_param.
| Is This Answer Correct ? | 5 Yes | 1 No |
Here we have two way to correlate the value
1. Run an iteration of script and click on scan for
correlation button. It will show the value which need to be
correlated. Then click on correlate button.
But some time this idea does not work. In such case you need
to identify the value, it left boundary and its right
boundary and the you can define your definition for
correlation.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the Performance Testing Methodologies or life cycle? And Give Brief explanation?
what is standalone mode running?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
HI Any one can say the how to use the loadrunner to test the application. How to write the test scenarios & test cases.
what r the arguments in imagecheck in loadrunner vugenerator?
What are monitors?
ur using the internet with same bandwidth & others also use internet by sharing the bandwidth there exist the traffic in between how u calculate this?
What is maximum No of Vusers that we can load using LoadRunner8.0 and how should we connect to database using loadrunner
How we can find Bottile neck in real time projects?
There is scenario. Total no. of transaction you have to done 1,00,000 in 8 Hour duration. One transaction taking time to complete 6 mins. how many Vusers you will run on this test.
Tell me about the agent process run as process & System?
If you find bottleneck what is your next step?