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

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 189
    Comment on it

    Integration testing is performed to know whether system's different modules or third party services with system work together correctly or not. Integration Testing is performed by tester only, it comes under the Black Box testing.

    We should consider the following points while designing integration test cases from the artifacts (SRS, Use Cases, HLD, LLD etc.):

    1. We should choose the scenarios where data is flowing from one module to another module or from our system to third system.
    2. Change data impact from module to another module or on third party module (services).
    3. Try to choose realistic test data I mean similar to production data.
    4. Condition where data has been changed in module A than its impact on Module B (A-->B).
    5. Condition where data has been changed in module B than its impact on Module A (B-->A).
    6. Scenario what happened if one of the liked module is not available or failed.
    7. How modules are connected to each other?
    8. Knowledge of third party module or services such as: 8.1 How it works ? 8.2 How data has been displayed there? 8.3 Availability of services etc.

 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: