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 are the Test case for the file transfer.
what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?
define 1)test methodologies, 2)test data 3) test scenario 4 ) test environment
What makes a good software qa engineer?
what is single tire, 2tire 3 tire and so on upto ntire ? can ny one explain me about this in detail.
what is meant by defect tracking?
in your project which Tull you are using and what is the version and URL?
How to do test if we have minimal or no documentation about the product?
What is Testing Approach, Testing Methodology, Testing Terminology, Testing Technique and Testing Types?
why you choosed testing as a carrer?
Explain the defect life cycle.
In which situation or phase or any did u find that Manual testing is a must instead of Automation testing