Loop Testing

Can anyone explain what loop testing means and how it can be done?

Questions by lavanya81

Showing Answers 1 - 3 of 3 Answers

loops are the cornerstone for the vast majority of all algorithms implemented in software.yet,we often pay them little heed while conducting software tests.loop testing is a white-box testing techniquethat focuses exclusively on the validity of loop constructs.four different classes of loops can be defined:simple loops,concatenated loops,nested loops and unstructured loops.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions