Requirement Testing

How do you make sure the requirements are tested and work fine?

Questions by shrestharicky

Showing Answers 1 - 2 of 2 Answers

For requirements to be tested, firstly we have to make use cases and then test cases. These cases are executed and when there is no accurate result the way it was witten in requirements then again test cases are execued. This way requirements are tested.

  Was this answer useful?  Yes

zaclancer

  • Oct 13th, 2008
 

Requirement traceability matrix can be used to make sure that each and every requirement is tested. The RTM consists of the each requirement traced to the design artifact and the testing artifact (i.e. the test script). Therefore by executing each test script/ test case, we would be in a position to conclude whether the corresponding requirement was fulfilled or not.

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