Common Functionality

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?

Questions by chandu.myne

Showing Answers 1 - 6 of 6 Answers

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.

  Was this answer useful?  Yes

Another way to identify potential test cases that have the same functionality is to review 1) business requirements, 2) technical specifications, 3) mock-ups and 4) work-flow diagrams.  These documents are often organized and/or categorized by functionality.   Manage the code by identifying the functionality in the test name, test description, or in corresponding notes. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions