QuestionQ172

Chapter 2: Testing Throughout the Software Development Lifecycle

Which of the following scenarios is an example of System Integration testing?

  • A Testing the system based on specifications using simulator for a sub-system
  • B Testing an application in development environment which is similar to the production environment
  • C Testing an application's behaviour to check if it fulfils business needs
  • D Testing if e-commerce website works correctly with a third-party payment gateway
Explanation

System integration testing checks that a system correctly communicates and functions with external systems through their interfaces. An e-commerce website interacting with a third-party payment gateway is an integration between separate systems.

Community Discussion

No comments yet. Be the first to start the discussion!