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?



If I have written the test cases for any module.And some features are added/removed to & from ..

Answer / 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

More Manual Testing Interview Questions

How does a coverage tool work?

0 Answers  


Do write a separate test case for regression testing? If it is yes, explain how to write the test case?

0 Answers  


What is the difference in testing a secured site 'https' & a non secured site 'http'?

0 Answers  


When will we start the regression testing and how(means the process or steps which follows)?

6 Answers  


What kind of techniques used while writing test cases?

2 Answers  






EXPLAIN A SCENARIO AND FEW TEST CASES FOR COMPATABILITY TESTING?

2 Answers   RBS, Wells Fargo,


What is the difference between System Testing and Functionality Testing?

8 Answers   Wipro,


Realizing you won't be able to test everything - how do you decide what to test first?

4 Answers  


what are the definitions of smoke , sanity and dry run testing ?

2 Answers  


What is code coverage?

3 Answers   3i Infotech,


Questions were asked on Stubs, Drivers, Top down Integration, Bottom Up Regression

3 Answers   RBS,


Difference between integration and regression testing?

2 Answers  


Categories