What do you mean by coverage and what are the different
types of coverage techniques?



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

Post New Answer

More Manual Testing Interview Questions

How do you test cookies?

10 Answers   ADITI,


Does an increase in testing always improve the project?

0 Answers  


What r the Macros?

1 Answers  


How to integrate Bugzilla with QTP?

0 Answers   Infosys,


what are the techniques used for writing functional test case ?

3 Answers   ADP, Deloitte,


What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.

0 Answers  


what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?

3 Answers   Intelligroup,


What is the difference between Product tester and Software Tester?Is there any difference?

8 Answers  


difference between change management and configuration management

0 Answers  


Diff. between STLC and SDLC?

18 Answers   MBT,


Which testing is this- verifying the funtionality of each programme 1. white box testing 2. black box testing 3. glass box testing 4. grey box testing

7 Answers   ADITI,


how do u do integration testing supose u ar in hotmail login page 2nd is mailing page how do u do integration testing for this kind

4 Answers   Sapient,


Categories