QuestionQ18

Preparing for Test Automation

At what point is automated API testing BEST carried out?

  • A By developers during their component integration testing.
  • B Split across component integration and system integration testing.
  • C By TAEs during their system integration testing.
  • D By developers during their component testing.
Explanation

Automated API testing is best divided between component integration testing and system integration testing. It can validate interfaces between components early and repeatedly, while also confirming that integrated systems communicate correctly at the broader system level.

Community Discussion

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