| |
GeekInterview.com > Interview Questions > Testing
| Print | |
Question: Common Functionality
Answer: Before starting to write a script, How will you find the test cases that have the same functionality? and How will you maintain the code? |
| November 11, 2009 05:59:44 |
#1 |
| mathan_vel |
Member Since: December 2007 Total Comments: 350 |
RE: Common Functionality |
We can track it through by Requirement Traceability Matrix. If two or more test cases deals with same functionality mapped in RTM, then eliminate and make it as one case.
Maintaining the code by Test name and mention the Test case of the script through by comment tag. Comment tag should properly denotes what the script is going to do. Script writer should enter the comments for script with code standards. |
| |
Back To Question | |