What is code coverage?
Answers were Sorted based on User's Feedback
Answer / varsha
Code coverage is a measure for white box testing.It is used
to determine what percent of structure of code is executed
by exercised test cases.
Below are the types of code coverage.
1)Statement Coverage.
2)Path Coverage.
3)Decision Coverage.
4)Condition Coverage.
for instance Statment coverage is percentage of statements
executed by designed test caes.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / srikanth.n
Code coverage is a measure for white box testing.It is used
to determine what percent of structure of code is executed
by exercised test cases.
Below are the types of code coverage.
1)Statement Coverage.
2)Path Coverage.
3)Decision Coverage.
4)Condition Coverage.
for instance Statment coverage is percentage of statements
executed by designed test caes
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rajesh.pothina
Code coverage is nothing but testing the whole code once to
checking whether it is up to testing or not.
| Is This Answer Correct ? | 1 Yes | 9 No |
What is deployment testing ? How it is performed ?
What do you mean by review? How many reviews are there in manual testing? please explain those?
What are all the basic elements in a defect report?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
find out the odd man out in following options GUI spy, Object Spy, Gui map editor, Inspector.
What type of testing you perform in organization while you do system testing, give clearly?
What is the difference between unit testing and integration testing?
What is the difference between latent and masked defects?
What if there isn't enough time for thorough testing?
test cases for bulb
What is Change and configuration management repositoty
what is difference between metric and report ?