How to filter in load runner script.suppose I have 300 user,200...

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

P

Pk Satapathy

Guest
How to filter in load runner script.suppose I have 300 user,200 user are successful login . how i will see successful login user in load runner script.
 
write custom code based on the response from server.. simple use web find function...
 
If they are unsuccessful they should fail. Consider a concept from testing that each step has an expected result . if you fail to achieve the expected result then set the transaction status to fail and gracefully branch your code to exit the iteration.
 
Not required any scripting. Go to the analysis Transaction summary graph get the raw data.....
 
james sir interviewer told that it is filterlization concept in loadrunner .