LoadRunner – Throughput Graph

Purpose: The primary purpose of reading throughput graph is to identify network bandwidth issues. A simple thumb rule to detect network bandwidth issues is: If the throughput scales upward as time progresses and the number of Vusers increase, this indicates that the bandwidth is sufficient. If the graph were to remain relatively flat as the … Read more

LoadRunner – Runtime Settings – Streaming

LoadRunner Runtime Settings - Streaming

‘Streaming’ in LoadRunner helps to modify the video streaming setting under runtime settings. It has only 3 setting options: 1. Streaming method This setting specifies the method to determine the video content time and offset. It has two input options: 2. Timeout 3. Logging: You can collect the video streaming related information in VuGen replay … Read more

LoadRunner – Runtime Settings – Miscellaneous

LoadRunner Runtime Settings - Miscellaneous

The ‘Miscellaneous’ tab under Runtime Settings of LoadRunner helps to configure the settings related to Error Handling: This setting handles the errors during a performance test or while replaying the script. The Error Handling section has three more options: 1. Continue on error: This is a checkbox. If you checkmark this option then Vusers will be continuing … Read more

LoadRunner – Image Check

LoadRunner Image Check

As the name specified, an image check is used to verify the presence of the image in the response coming from the server on a particular page. Text check is often used to verify the presence of a particular word or string on the web page whereas image check verifies the image content only. It is … Read more

‘if’ statement in LoadRunner

LoadRunner if statement

‘if’ is a conditional statement in LoadRunner and its syntax is as same as the C language conditional statement. The conditional statement evaluates the given condition and controls the flow of the script. Along with the flow control task, the LoadRunner ‘if’ statement also helps to check the correctness of the response and marks a … Read more