Hello Everyone, I want to correlate the below request:...

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

M

Manmohan Kirar

Guest
Hello Everyone, I want to correlate the below request: "Name=Test1", "Value=1192177661211",FName=ABCD","LName=XYZ","City=NewYork","Street=58W ENDITEM, LAST); Easy way is to correlate Value,Fname,Lname,City separately but I want to correlate the complete request in one Correlated value. Is it possible, Can someone please help me on this. Above request is an example and I am having a request which contains more that 50 correlation in one single request.
 
You can try regular expression if it is load runner
 
Yes u can like u normally do. Just take care of commas and spaces in between.
 
Use regular expression, it will only help you to capture corresponding Name,value, Fname, Lname in one single function.
 
It depends on the response. Yes if all the values are at one place can capture and break the string as required using strtok function.