Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Guidelines to choose scenarios for integration

There are a few do's and don'ts in choosing the automated scenario for an integration test. These are mostly for the system to blend well with the continuous test infrastructure and to keep environments pure and clean without affecting other tests.

Scenario

  • Every test should happen within a CloudStack user account. The order in which you choose the type of account to test within should be
    User > DomainAdmin > Admin
    At the end of the test we delete this account so as to keep tests atomic and contained within a tenant's users space.

...