What is system integration testing? Does it fall under white box or black box?

Showing Answers 1 - 3 of 3 Answers

Vishal Bilgaiyan

  • Oct 28th, 2006
 

project is developed in module after that all modules is combined for performing a task at this time system integeration testing takes place...In it we test whether the system is working after integerating modules or not... 

  Was this answer useful?  Yes

Sivva

  • Oct 31st, 2006
 

System Integration means testing the application as a whole.

In general application will be developed in modules, and all these modules will be integrated to yield the final app....

testing this entire app is system testing....

It is black box testing

  Was this answer useful?  Yes

Raju Mandapaty

  • Nov 21st, 2006
 

Example:

If there are two modules in a system like BILLING (with 20 programs)and INVOICE (20 programs).

Because of a business requirement Dev team has changed 4 programs in the Billing module and need to test. 

Unit Testing: Testing each and every changed program separately.

Integration Testing: Testing BILLING module as a whole (both changed and unchanged programs) .

System Testing: Testing entire system as a whole (both BILLING and INVOICE).

System Integration Testing: Testing entire system as a whole (both BILLING and INVOICE) and at the same time Database should be checked for data validation. In case of system test we may/may not check whether data is getting passed correctly or not. But in case of SIT, we have to check the data also.  

  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