Test Case Requirement

How do you know what test cases you need to run for a project?

Questions by jmk329

Showing Answers 1 - 21 of 21 Answers

From Requirement, Functional, Businees Logic, Desing Level Documents Testers wrote Test cases with the Requiremnet Traceability Matrix. once all the Test cases are covered according to the Requirment. QA team review the test cases and got approved by Updating/Deleting the Test cases. Those Test cases are ready to test. Once the Project Build/ Sanity  is ready, the test cases are ready to execute.

  Was this answer useful?  Yes

How do you know what test cases you need to run for a project?


it depends on the project scope, but in general we do write test cases on Build Acceptance Testing, Functional Testing, Integration Testing, performance Testing, end to end scenarios Testing etc.

Please correct me if i am wrong 

  Was this answer useful?  Yes

As a tester we are going to test the appropriate form or module in that we are going to check mainly the functionality based on the SRS
So by comparing with SRS we know what are all the main things in a project that need testing for that we want to write the test cases based on the SRS.

  Was this answer useful?  Yes

rahulskin

  • Oct 6th, 2009
 

Execution of test cases for a Project is based on the Requirement Specification.
Project Plan is also used for Execution of test cases for a Project.

  Was this answer useful?  Yes

SRS is the parent document for writing test cases to an AUT. A minimum of one test case is must needed for a requirement so that when all the requirements are covered with respect to test cases which can be mapped with the help Traceability Matrix.

  Was this answer useful?  Yes

The test cases to be executed in a test project can be generated by extracting requirements from the Business Requirements Document (BRD) (a.k.a Functional Requirements Document) or the System Requirements Specification (SRS).  Some companies will also supply Work-Flow Diagrams and Wireframes. 

  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