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 known as data-driven testing?
when to start and stop testing?
suppose i received 3 build b1, b2, b3 on which build i will do regression testing
wht are the possible test cases for security testing?both negtive and possitive
Can u test a website or a webapplication manually without using any automation tool?
How do u approach for testing a web application?
what is monkey testing?
What's External Beta Testing ?
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
Can anybody tell me how to write teste cases real time with a example.And what doc. u require for it.And what r the testing types u apply seriiiially on the application.REAL TIME PEOPLE ONLY.
4 Answers Quest, State Bank Of India SBI,
what is positive and negative testing explian with example?
11 Answers Accenture, Qutesys, Sabic,
what is unit testing? It comes under white box or Black Box testing?