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 |
Fault-based testing is best reserved for Option 1 Conventional software testing Option 2 Operations and classes that are critical or suspect Option 3 Use-case validation Option 4 White-box testing of operator algorithms
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
What are the things you prefer and prepare before starting testing?
What is client server application testing?
Write or explain 3 testcases you executed recently with detailed descriptions ,steps to reproduce & explain what results they gave when you executed on a recent build?
Who design the test case templates?
In which way tester get Build A, BUild B, ....Build Z of an application, just explain the process..
TEll me about your company..
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
What templates used to design the test cases?
Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?
What is Test Harness... is having any releation with Test driver...Anybody can explain in detail...Thanks in Advance