How you manage your test case (already written )when
requirments changes?
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy
Good Question
When a change in Requirement happend
first we need to identify the affected testcases then we
need to modify or edit or block the existing test case.
Very first time after preparation of test cases we used to
update the Traceability matrix.
Traceabnility Matrix maps Requirements to Testcase.
In this matrix
For every Requirement ID mapped with the prepared test case
ID.
When a perticular requirement changed then we will look
the traceability matrix to identify the coressponding
testcase ID's.
According to the change in requirement we need to change
the corresponding testcase.
The the traceability matrix again should update for future
reference.
Ok Friends
byee
Rajendra Prasad Reddy
+919885162742
hyderabad
India
| Is This Answer Correct ? | 9 Yes | 0 No |
What actually testers do in Smoke Testing?
Which is the most important phase in SDLC
What are the ways to check memory leak?
Whar are the different types of defects/errors are commonly appear during the real time software testing?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
Can anybody give the syllabus of Manual testing in order wise so i would like to prepare for that in proper manner. I have only one month time to get prepare for that. Rashmi_vastred@yahoo.co.in
Explain Boundary value analysis, Equivalence partitoning and Error guessing?
What is difference between Test Plan and Test Strategy?
What is meant by Bucket Testing?
When requirement / SRS document comes to a tester then Do we prepare the test cases +ve & -ve at a time?
what is the difference between Bug and Defect
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