Loadrunner
LoadRunner Analysis Tutorial: Report & Graph
In this tutorial, we will study following topics- 1. How to use Analysis in LoadRunner 2....
Loop Testing is defined as a software testing type, that completely focuses on the validity of the loop constructs. It is one of the parts of Control Structure Testing (path testing, data validation testing, condition testing).
Loop testing is a White box testing. This technique is used to test loops in the program.
Examples of types of loop tested are,
Loop Testing is done for the following reasons
While testing loop, it has to be checked at three different levels:
The testing strategy for all these loops is as follow
Simple loop
A simple loop is tested in the following way:
Nested Loop
For nested loop, you need to follow the following steps.
Concatenated Loops
In the concatenated loops, if two loops are independent of each other then they are tested using simple loops or else test them as nested loops.
However if the loop counter for one loop is used as the initial value for the others, then it will not be considered as an independent loops.
Unstructured Loops
For unstructured loops, it requires restructuring of the design to reflect the use of the structured programming constructs.
Summary:
In this tutorial, we will study following topics- 1. How to use Analysis in LoadRunner 2....
Test data generation is the process of making sample test data used in executing test cases. There are...
What is Integration Testing? INTEGRATION TESTING is defined as a type of testing where software...
To manage the level of complexity during the software development cycle, various SDLC model is...
Before we Learn What Use Case Testing is, let’s understand What is Use Case in Testing? A Use Case...
Success in any test automation depends on identifying the right tool for the project. With a...