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 the negative test cases for www.yahoo.com?
There is a front end application to enter name and marital status. you are provided with a fesh database. On entering 5 set of data at a time an error occured, but on entering rest of the records you were not able to reproduce it. What could have been the reason for the error.
How to write a test case for traffic signal?
do you write test cases for adhoc testing?
what is ur favourite bug?
What are the common problem of software development process?
what is an inconsistent bug?
There is a field called "Departure Time" Write the test cases for this field.
From whom do u gather the use case document?
What are the advantage and disadvantage of Selenium IDE tool? Is that useful for testing .net projects? please reply my friends.
How would you approach measuring JavaScript code coverage?
what is the difference between Client/Server and Web based Applications please reply