Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Integration Testing

    • 0
    • 2
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 469
    Comment on it

    Integration Testing

    Testing the data flow or the interface between the modules is known as integration testing.

    Types of Integration Testing:

    1. Incremental Integration Testing.
    2. Non-Incremental Integration Testing.

    Incremental Integration Testing

    When there is clear relationship between the modules then we go for incremental integration testing.

    There are two approaches for incremental integration testing:

    1. Top down approach.
    2. Bottom up approach.

    Top down approach

    In top down approach we incrementally add the modules from top to the bottom and check the data flow in same order.

    Bottom up approach

    In bottom up approach we incrementally add the modules from bottom to the top and check the data flow in same order.

    Non-Incremental Testing

    When there is no clear relationship between the modules then we go for Non-Incremental Integration Testing.
    Since the data flow is not clear between the modules we hit on each module and check for data flow so it is also known as big bang method.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: