What do you mean by coverage and what are the different
types of coverage techniques?
Answer Posted / 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 View All Answers
difference between change management and configuration management
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Explain accessibility testing and its importance in the present scenario.
Why is software testing required?
Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
What is mutation testing & when can it be done?
How will you do beta testing?
When will the testing starts?
Tell me example for Risk,Mitigation,Assumption?
What is unit level testing?
What are the main key components in web applications?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What are the different types of software testing?
What is the Difference between Network testing and Web Testing?