RE: What is the criteria/inputs we take for system te...
Generally system testing is done after completion of unit testing and integration testing. This testing is done by Test Engineer in the company with user specified environment in order to check the performance functionality of the application. As it comes under one of the testing techniques BDD(Business Design Document)and UCD(userCaseDocument) are obvious inputs to this type of testing.
RE: What is the criteria/inputs we take for system te...
I guess suhasini is correct. System testing is done only after unit and integration testing is done and should be passed at these two levels.
The inputs to system testing can be the used cases GUI checklists Test cases which we derive from requirements and use cases. Then we have to prepare the test bed and identify the test data which should be used while doing system testing.
RE: What is the criteria/inputs we take for system testing?
After the completion of Unit Testing & Integration Testing System Testing will be conducted with the help of SRS (Software Requirement Specification) or SRFS Software Requirement Functional Specification). i.e. System Testing means testing the Application/System as whole with end user requirement in the Development Place/environment with Test Team.
RE: What is the criteria/inputs we take for system testing?
Select teh basic functionality test cases . Identify the End to end test cases to test required functionality to cover the main requirement. Prepare the different types of test data to test to achive customer req.. Check the Actual results with expected result to meet the req.