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

I am working in a small company as a QA analyst. Suppose company has a no testing work and they give me some other works like data entry work then how to reply in that matter. Means what I have to say? whether I have to accept the work or what? Please reply.

3 Answers  


What is API Testing? how do we perform this testing?

0 Answers  


how would u do performance Testing manually for web site.

8 Answers   IBM,


How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl

0 Answers   Wipro,


1.what is function incrementation and Bing- Bang 2. Drivers are also known as: a. Spade b. Test harness c. scaffolding

1 Answers   ISTQB,






what types of testing you perform ?

1 Answers   FIS,


severity and priority of bugs?

9 Answers   Wipro,


What is Bugzilla ?

2 Answers  


why we use sql server in webapplication

3 Answers   CGI, Wipro,


We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP

5 Answers  


What is the deferace between End to End testing & system testing? Give me at least one example

4 Answers  


What is a test scenario?

0 Answers  


Categories