How one can genrate TESTCASE from a SRS?

Questions by anujsaraswat

Showing Answers 1 - 6 of 6 Answers

Test case can be generated from a SRS by downstreaming of the specifications, and then splitting the requirement in to smaller parts and converting those parts into test cases. Once the test cases are generated from SRS, the coverage of the requirements should be validated by means of Requirement traceability matrix, which is a tool or template which identifies that all the requirements mentioned in the SRS are covered.

  Was this answer useful?  Yes

Test case can be generated by the help of SRS(Software Requirement Specification),FRS(Functional Requirement Specification), Functional Design Docs, Use Case(Flow describtion/diagram)
Genral speaking Test case are derived from Top-down approach. the following documents are splitted in to small parts(modules) and mentioned in the Traceability Matrix. Each specified part is denoted with Unique Req Id. According to the seperate modules Test cases are generated. All the Requirements are covered and identified through by Traceability Matrix.

  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