what is test coverage??

Answer Posted / shivakumar

white box testing techniques are called as

Statement Coverage or Node Coverage: Execute all statements
Branch coverage or Decision Coverage
Decision/Condition Coverage: execute each decision at least one
Multiple Condition Coverage : Invoke each point of entry at least once

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When to stop testing? (Or) how do you decide when you have tested enough?

734


Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase

1237


Which are the standards for software test plans?

776


Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks

10480


Can anyone tell me about banking project? abt the transactions? the flow?

1610






When we use integration testing for any new system so why we required system testing.

1648


What are the different levels of manual testing?

770


What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)

1215


Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain

1742


what types of testing you performed in transfer funds module....

1255


What are the phases involved in software testing life cycle?

789


what is date field test case

1544


How does a coverage tool work?

781


what is dib format?

1555


In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

4679