Submitted Questions

  • SIT testing

    what should be responsibility and scope for system integration testing

    Hema

    • Aug 13th, 2020

    Individual level units of an application are combined together and tested as a group, usually performed after unit or functional testing.

    Vara Sagiraju

    • May 28th, 2020

    System Integration testing (SIT) focuses more on testing 2 or more integrated modules. For e.g. If output of one module is used as a input for other module then SIT ensures that system is behaving as ...