What is Test Coverage?
Answers were Sorted based on User's Feedback
Answer / deepika
Test coverage is nothing but covering of the all the
requirements to writing the test cases
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sameer
Test coverage is having the spreadsheet which tell u that
whether all the modules & submodules get get covered in our
test cases or not. from these spreadsheet one can easily
understand the scope of our test cases.
So the different columns in the test coverage may be as -
Module, sub module, Test case ID, test case name, tested or
not tested, (if tested then) no. of defects, type of
defects, status, etc.......
Sameer
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / usha
coverage of test case should be good,that means each
requirement should be covered with one testcase
| Is This Answer Correct ? | 1 Yes | 2 No |
When should testing start in a project? Why?
What is Software Testing? Objectives of Testing?
Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks
Find bugs in customer environment , That bugs is called 1. software Failure 2.Bugfix 3.Bugs 4.Error
what is the process followed in JAVA Testing compared to Normal Testing process.
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
0 Answers Infosys, Notion Ink,
how can we test an application to know the expiration period (i.e,below or equal to expiry-date it shud work and above it shud fail). [assume this s/w app'n validity period is 2months]
Usecases and nounlists are associated with the following Requirement analysis methodologies 1.Information engineering 2.Object oriented analysis 3.Structural analysis 4.Functional analysis.
How to crash or break the web-based application
What is Test Harness, Anybody can explain in Detail. Thanks in advance.
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What is actually contain test report?