how would u ensure 100% coverage testing?
Answers were Sorted based on User's Feedback
Answer / munnaa
Through Traceability matrix which can be used to track back
the test cases with requirements to ensure that nothing is
missed
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / t.s.kumar
by using traceability matrix we mapp test cases and
requirements, so by this if any requirements are not
satisfied for that requirements we write test cases so by
this we can ensure 100% coverage testing
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / saravanan
Mapping the Requiement No with the Test Cases and with the
Given Build
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / umesh koodali
We can use Traceability Matrix for Test Coverage.
| Is This Answer Correct ? | 8 Yes | 2 No |
what is the difference between developer testing and tester testing?
Diff b/n UAT & IST? What is meant by UAT?
IF i ask you to give priorities to 3 item in test plan, which item will come in??
What is CMMI?
Difference between Test Plan & Test Strategy?
u posted a bug with screenshots and steps to reproduce but still the developer is not accepting this is a bug. in dev system it is not reporducing . how u'll convince he developer? (if the developer is in india or onsite(give the answer for both the cases)
WHAT IS SECURITY TESTING.HOW TO DO SECURITY TESTING.IS THERE ANY FRAMEWORK AVAILABLE
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?
What is build interval period?
what is data base testing, explain with example
what is test harness?