• SPEForums need your contributions to build up a strong repository of performance engineering resources.

While replaying script in HP LR 12.02 the...

  • Thread starter Mallikharjuna Challa
  • Start date
M

Mallikharjuna Challa

Guest
While replaying script in HP LR 12.02 the run-time viewer is not displaying the application content but script passed... what could be the issue ? can we ignore this as script gets passed..
 
u can compare the recorded respons n respons f replay... if snapsht nt availble u can also compatre http responsr data
 
Define "passed". Are you on the right page? Did you get a 200 code? Run-Time Viewer is not the most reliable means to measure success. You need to look at the page data that is returned.
 
Passed means after replay it showing Replay Status Passed.. run-time viewer is not showing any data.. and what is 200 code ?
 
@ Vinodh - now i can see the run-time viewer.. and i didn't put any checkpoints
 
Response code 200 code will not guarantee you if the required response is being returned by the server try adding text check and if u have access to DB server see the count
 
Well, if you don't get an OK response, it is relatively certain that your script is not working. This assumes you are working with a web page as your application under test. There are some cases where one of the other codes in the URL above are OK but that would take too long to explain here.
 
The only way to validate your response is to keep text checks. You cannot rely on run time viewer or 200 response code.
 
You need to keep some unique text for each transaction so that you can make sure you are getting desired response page.
 
Web_reg_find see the functionality of this in help u will get an idea
 
Checkpoints is to ensure whether your scripts is running fine or not Make sure you put a text check between each request So you can easily know during replay it lands to desired response page Web reg find is the function which you can use Hope this helps you....
 
Back
Top