What is the criteria/inputs we take for system testing?

Questions by omkarqa   answers by omkarqa

Showing Answers 1 - 17 of 17 Answers

praveen

  • Oct 14th, 2005
 

Depending on Equivalend Class Partition and Boundary Value Analysis

  Was this answer useful?  Yes

BIBHU PRASAD BEHERA

  • Jun 12th, 2007
 

Input: Test Environment, Test cases and test data.

  Was this answer useful?  Yes

suhasini

  • Jul 22nd, 2007
 

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.

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

ashokj

  • Feb 17th, 2008
 

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.

  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