what is test coverage??
Answers were Sorted based on User's Feedback
Answer / dines singh
The aim of coverage based testing method is to 'cover' the
program with test cases that satisfy some fixed coverage
criteria.
Coverage base testing criteria are:
Statement Coverage or Node Coverage
Branch coverage or Decision Coverage
Decision/Condition Coverage
Multiple Condition Coverage
Path Coverage
| Is This Answer Correct ? | 42 Yes | 3 No |
Answer / debanjan ghosh
Percentage of requirements covered by that scenario is
called test coverage.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / ishita
Test coverage is determined by mapping test cases to
requirements. It is determined by the following formula.
(No. of test cases mapped to requirements/ total no of
requirements) * 100
As long as every requirement is mapped to a test case, the
coverage is 100%. Test coverage is requirement coverage
(black box)
| Is This Answer Correct ? | 18 Yes | 6 No |
Answer / bhavani
Test Coverage:
It is a measure that how well the program is exercised by a test suit ie,identifying which parts of the program are executed when running the test suit .
some test coverage are:
1.code coverage testing(basic level).
2.condition coverage testing.
3.branch coverage testing.
4.path coverage testing(most methodological).
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / tarun
Test coverage in the test plan states what requirements will
be verified during what stages of the product life.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / 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 |
Answer / naveen reddy kolli
Verify the component with number of possitive tc's &
Negitive tc's is called Coverage.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / pradeep kumar
Test coverages are of two types.
They are-
1.Features to be tested:The list of all the features within
the test engineer's scope.
2. Features not to be tested:The list of all the features
beyond the test engineer's scope.
Ex:low rik areas,skipping some functionalities based on the
time constraints.
| Is This Answer Correct ? | 9 Yes | 27 No |
Answer / erraa madiga
coverages are two types they are upper coverage &lower
coverage beware both coverages are need
| Is This Answer Correct ? | 5 Yes | 32 No |
Answer / syam
I wont tell the answer for test coverage....
Ha ha ha....
| Is This Answer Correct ? | 18 Yes | 63 No |
Which Server Stats are essentially monitored during a Perf test of a Web Application?
How do you test calculator?
Give me 2 examples for - High Priority with Low Severity? And - High Severity with Low Priority??
1 Answers Infosys, Mastek, SunGard,
How do you test the web application?
1.What is the traceability matrix template? Darw the all fields?
Can anybody tell me that in real time how cookies testing is actually done.(kindly specify the steps). its very urgent
Hi Friends, I have recently completed Testing course and planning to apply for jobs, I am Planning to put Banking Project in my resume but b4 that I need your help guys According to my knowledge in the banking project basically it contains 3 modules say 1. Banker 2. Admin 3. Customer Could you please explain me in terms of interview like how to explain each module and what exactly each module does and what type of testings we can do on banking project. Any help would be appreciated Thanks in advance Swapna
Can any one explain about state based and graph based testing? and the difference between them? Very urgent.......... Please...... Thanks in Advance......... regards, Murthy.M
1. What are your overall impressions of the Web site?
how we send mobile applications software to mobile device ? how outlook express interacts with mobile software? any body pls tell me this answer?
How do we find Effectiveness of Test Cases ?
What is the difference between sanity testing and smoke testing