System Testing Test Case

How to write system testing test cases during Requirement (SRS) analysis in SDLC process

Questions by rahinimr   answers by rahinimr

Showing Answers 1 - 9 of 9 Answers

System testing is performed on the entire system in the context of a Functional Requirement Specification(s) (FRS) and/or a System Requirement Specification (SRS)
Test case should be generate according to the integration part of the components. Flow should be in integrated with one flow to another flow. Suppose in first page user entered the login information and submitted, the page navigates to the next page and doing some other functionalites. For this kind of flow test case is generated(System Test case). but Ensure that the System Test case should be execute after all the integration part is passed.

  Was this answer useful?  Yes

System test cases are prepared in order to test the whole system after integrated all the individual modules and passed from integration testing.

System test cases are not module specific and they need to write in terms of navigation from one module to another module, data flow from one place to another place as per the requirements.

Srinivas

  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