If I have written the test cases for any module.And some
features are added/removed to & from that module then what
should I do with test cases?

Answer Posted / rajendra prasad

Very good question:

when some new features added to the existing module,the
testcase document should update with the new testcases
according to the new features.

When some features are removed from the module:
then removed feature related testcases should mark with
redcolor and these red color marked testcase should not
consider during execution of testcases.
This is called as 'blocking' of the testcase.
But u must not delete the testcases which are related to
the changed/removed functionality.
if u remove /delete the testcase document then the testcase
numbers will not be consequtive and tester may get doubt
testcases are deleted due to functional change or
accidentally deleted.
Even the removed functionality may be reintroduced in future
then the the blocked(red color marked) Testcase may be
reused with out preparing new testcase.

byeeeee

Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write defects in excel sheets when defects occured

1525


how do u manage scripts in winrunner when you application is changing frequently?

1491


When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result

1315


Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...

1583


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?

9086






What are the challenges you faced in your project (Testing) and in your company?

2599


ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience

1487


What is a failure?

802


How do u determine,what to be tested?

1618


few automation basic questions One question to write a scriot in any language you know.

1770


Which test cases are written first: white boxes or black boxes?

800


How do you go about testing a project?

1537


wat is meant by frontend and backend testing

5264


wht is Manual Testing Frame work

1663


Explain the defect life cycle.

629