When is a good time for system testing?

Showing Answers 1 - 4 of 4 Answers

Racha GiriMohan

  • Apr 21st, 2005
 

When the released build by the developers is stable to perform the entire testing process then we go for system testing.

  Was this answer useful?  Yes

Ranjith Nair

  • Aug 25th, 2005
 

Once the intergartion testing is over and found that a minimum 80% of testcases are passed and the failed testcases are not show stoppers, then we can start performing system testing.

  Was this answer useful?  Yes

Rajesh

  • Oct 30th, 2007
 

System testing or Black box testing is done after Unit Testing or White Box testing.
Unit testing is performed by a developer. In this type of testing, he tests all the blocks and sub-blocks in a system. If the blocks and sub-blocks of a system works fine. Then the developer forwards the system for System testing.
In case of System testing, the blocks and sub-blocks are not tested. While the system functionality is tested. Functionality is tested by providing inputs such that the system must fail. If the system doesn't fail and provides the output as per the requirement. Then System testing can be considered as a success.

Any queries please send mail to the address specified.

  Was this answer useful?  Yes

System testing is also Called as End to End Testing so it is testing all the Units are Intergarted i.e Modules and Modules are Integrated i.e Subsytem and Subsytem are Integrated i. e System. 
Good Time for Testing when it is integarted Sub system and before going to test Alpha Testing

  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