Answer Posted / kavita
Test coverage is the degree to which a program has been
tested. There are 5 kinds of Test coverage
1. Function coverage - Has each function in the program
been executed?
2. Statement coverage - Has each line of the source code
been executed?
3. Condition coverage (also known as Branch coverage) - Has
each evaluation point (such as a true/false decision) been
executed?
4. Path coverage - Has every possible route through a given
part of the code been executed?
5. Entry/exit coverage - Has every possible call and return
of the function been executed?
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write notes on apparel testing equipments.
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
How can we test for drastic (severe) memory leakages?
What are the main key components in web applications and client and server applications? And explain the differences between them?
what are the types of Bug?
What is test out put?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
negative test cases on banking domain ?
Do submit teststrategy to customer if yes at what time
hi all I have an overall experience of 12 years working in an EDP setup(worked in a manufacturing setup in a German MNC). On my request, I was relieved from my duties in Sep 06 for maternity reasons. However I would like to pursue a career in a software organization as a manual tester. I obtained my proficiency certificate in Software Testing from STAG SOFTWARE LIMITED 2 months ago i.e in May and would now like to continue working in this field. However I am unable to find a job until now. If anybody knows of a opening at bangalore, kindly let me know.
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What is Dynamic Binding and Dynamic Loss?
what is sanity test (or) build test?