QuestionQ355

Analyzing and optimizing technical and business processes

Mountkirk Games is asking you to design its new testing strategy. How should test coverage differ from that of its existing backends on the other platforms?

  • A Tests should scale well beyond the prior approaches
  • B Unit tests are no longer required, only end-to-end tests
  • C Tests should be applied after the release is in the production environment
  • D Tests should include directly testing the Google Cloud Platform (GCP) infrastructure
Explanation

Testing for a cloud-based backend should directly validate the GCP infrastructure it depends on, including its provisioned configuration, permissions, networking, and service integrations, because infrastructure behavior is part of the delivered system.

Community Discussion

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