Skip to main content

Creating Tests

The 'Tests' folder is divided into subfolders to group different types of tests.

Tests are different from templates because they are designed to actually be run.

Within each subfolder there should be a 'LoadTests' folder, and an 'IntegrationTests' folder. These folders should contain the same tests as their parent folders but they should be configured slightly differently. Integration tests should do some validation to make sure the operation completed successfully and accurately. Load tests should be configured to be easily scaled up and down so we can test different load sizes.