1.What is Traceability Matrix and who prepare it.
1.1 How u can map the Requiremet wid Test Cases.
1.2 How u can find out that in Particular Test Case,some
requirement is missing.
1.3 For a particular requirement,how u determine that how
many TCs should prepare.
1.4 Gaie the Idea about Tracability Matrix,meant Format.
Answer Posted / bindu
if any requirement is missing ie. any requirement is not full filled then by looking to the traceability matrix TL will easily say that, who was done that particular test. So that he will directly contact that particular tester.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi I want to start online training couses for testing Any body plz help me out how to start the online courses Plz post the answer here or send me a mail for kommineni.1020@gmail.com
what is sanity test (or) build test?
What is grey box testing?
Why is it impossible to test a program completely?
What are the different levels of manual testing?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What is an error?
What is mean by multi-threading testing?
Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me
When we use integration testing for any new system so why we required system testing.
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
approx how long a simple website take time just for manual testing including report generation.
What are the challenges you faced in your project (Testing) and in your company?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?