Modules
Modules allow you to execute code before all the testcase steps - mostly used for preparing the environment or cleaning up before the test.
Module can be created from:
- Another testcase
- Python script (approved by fore admin)
Common usage patterns:
- Clean the account data
- Inject test data, populate database with data to operate on
- Remove any leftovers from previous failed runs
- Use your product internal API.
