What do you mean by coverage and what are the different
types of coverage techniques?
Answer / susmitha
Coverage is a form of white box testing activity. It
describes the measure to which the code has been tested The
following are the types of coverage techniques
* Statement Coverage - Execute all statements at least once.
* Decision Coverage- Execute each decision direction at
least once.
* Condition Coverage - Execute each decision with all
possible outcomes at least once.
* Decision/Condition Coverage - Execute all possible
combinations of condition outcomes In each decision. Treat
all iterations as two-way conditions exercising the loop
zero times and one time.
* Multiple Condition Coverage - Invoke each point of
entry at least once.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is system testing? explain with an example.
if google wants to introduce the third button along with "search" and "iam feeling lucky",what u will propose and how will u test it?
Explain the test plan, how to prepare the test plan
what is increment testing approach?
what is the difference between waterfall model & v-model?
If Interviewer asks "Do you want to ask any question to us?" Which questions should we ask to them?
how u get the build ?what is the size of the biuld?
When test plan will be prepared in v-model?
how can u map SDLC With STLC
How you test a product if the requirements are yet to freeze?
What does the scope contain in a test plan
What is CRD and SRD file