Loop Testing Comes Under
1. White box Testing
2. Block Box Testing
3. Green Box Testing
4. Yellow Box Testing
Answers were Sorted based on User's Feedback
Answer / trupti
Loop Testing comes under White box Testing.
Its a technique that focuses on the validity of loop
constructs.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / 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 |
What is test management?
what does srs document contains?
Wht is the Difference between Test Harness and Test Driver Anybody can explain it..Thanks in advance...
what is mean by test preparation? and explain it?
tell me about low severity & low priority bug?
Can automation testing replace manual testing?
When ever u get a build, what type of environment u can deploy it?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
what is the difference of the Functional testing in the waterfall model and V-Model?
If you open a bug in build -1 and that get closed in build-2 . Again the same bug a raised in build -3. Then what state will you give to that?
What is the Configuration Management?
what is the difference between HLD(high level design)and LLD(low level design)?