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 |
How do you test cookies?
Does an increase in testing always improve the project?
What r the Macros?
How to integrate Bugzilla with QTP?
what are the techniques used for writing functional test case ?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
What is the difference between Product tester and Software Tester?Is there any difference?
difference between change management and configuration management
Diff. between STLC and SDLC?
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
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