Explain about Loop Testing methodology?



Explain about Loop Testing methodology?..

Answer / ramyab.mca@gmail.com

Hai...

Loops are the basis of most algorithms implemented using
software.Loop testing is a white box testing approach that
concentrates on the validity of loop constructs.Four loops
can be defined: simple loops, concatenate loops, nested
loops, and unstructured loops.

1.Simple loops: The follow group of tests should be used on
simple loops, where n is the maximum number of allowable
passes through the loop:

• Skip the loop entirely.
• Only one pass through the loop.
• Two passes through the loop.
• M passes through the loop where m<n.
• n-1, n, n+1 passes through the loop.


2.Nested loop: For the nested loop the number of possible
tests increases as the level of nesting grows. This would
result in an impractical number of tests. An approach that
will help to limit the number of tests:

• Start at the innermost loop. Set all other loops
to minimum values.
• Conduct simple loop tests for the innermost loop
while holding the outer loop at their minimum iteration
parameter value.
• Work outward, performing tests for the next loop,
but keeping all other outer loops at minimum values and
other nested loops to “typical” values.
• Continue until all loops have been tested.


3.Concatenated loops: Concatenated loops can be tested
using the techniques outlined for simple loops, if each of
the loops is independent of the other. When the loops are
not independent the approach applied to nested loops is
recommended.

4.Unstructured loops: This class of loop should be
redesigned to reflect the use of the structured programming
constructs.

K,Byeeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    13 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

can you tell me test case for whatsapp?

7 Answers   AFour Technologies, InfoBeans,


3.risk factor ratio in the project?

2 Answers  


Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.

3 Answers   Accenture,


Artifacts in design phase of SDLC ?

0 Answers  


Hi all, Am a new comer of this site, and into testing. Basically a BBA graduate, a fresher in IT industry..well am doing my testing course in STC.., chennai. Cld anyone send me across few testcases.. Thankyou

3 Answers  






What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.

0 Answers   Zensar,


What is bucket testing?

0 Answers  


IS Mutation testin and error seeding the same....if not can anyone tell me the difference???

2 Answers  


what is system testing .what are the system test cases .and what are the testing done in system testing

2 Answers  


please anyone let me know the -ve testing of Excel sheet?

2 Answers   Zycus Infotech,


what is a review?

1 Answers  


explain bug life cycle

7 Answers   Polaris,


Categories