What is difference between Integration testing & Inter system testing?

Showing Answers 1 - 4 of 4 Answers

krishna

  • May 24th, 2006
 

integration testing :it is the testing ,to see whether all the corresponding modules are correctly integrated or not.inter syatem testing :our appliction is able to share the resources along with the other applications or not .

  Was this answer useful?  Yes

integrataion testing:

    after the modules(tested units are integrated into modules) are tested,the modules can be integrated and start testing .

inter system testing:

   An application which  can share same resources  with other application is called inter system 

  Was this answer useful?  Yes

suresh0249

  • Aug 10th, 2006
 

Integration testing : integrate the all modules and  test wheather it is functioning correctly or not.

Inter system testing :testing wheather our application/software is supporting the existing software or OS.

(simply we can say : Our application is coexisting with the existing software or not)

  Was this answer useful?  Yes

sudhakar2068

  • Sep 26th, 2006
 

Integration Testing: Testing of combined parts of an application to determine if they function together correctly. Usually performed after unit and functional testing. This type of testing is especially relevant to client/server and distributed systems.

Inter system testing:

  • Intersystem parameters would be checked / verified after the change or new application is placed in the production.
    • Example

    • Develop test transaction set in one application and passing to another system to verify the processing.
    • Entering test transactions in live production environment and then using integrated test facility to check the processing from one system to another.
    • Verifying new changes of the parameters in the system, which are being tested, are corrected in the document.

    sudhakar kolla.

    My Email:kollasudhakar2005@yahoo.co.in.

    My Number:09819859346.

      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