Loop Testing Comes Under
1. White box Testing
2. Block Box Testing
3. Green Box Testing
4. Yellow Box Testing
Answer Posted / sm
Loop Testing comes under White Box Testing.
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 technique that 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.
Regards
SM
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What type of testing you perform in organization while you do system testing, give clearly?
Write 2 scenarios for System testing?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Information about Automated Software Installer
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
What r the sequences that leads to automation?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
hai friends can u expalin about real time process of testing at the company, like flow diagram
Hi All I want discuss abt Testing tools is any one available online in google chat?
What is internationalization testing (i18n testing)?
When to stop testing? (Or) how do you decide when you have tested enough?
what are the prerequisite conditins to test clientserver and web applications
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?