Skip to content

AWS Cloud Testing

Steps to add a test

  1. Create a new test class under your test package.
  2. Configure AWS clients (S3, SQS, etc.) in a setup method.
  3. Invoke your AWS-related logic, then add assertions to validate results.