Modules
Modules are the top-level product areas in AppraiseJS. They give suites and locator groups a stable home so the rest of the test model stays readable.
Workflow context
Section titled “Workflow context”Do this
Section titled “Do this”- Go to
Modules -> Create. - Enter
Name(required). - Optionally select
Parent. - Save.
Minimal example
Section titled “Minimal example”- Top-level module:
Authentication - Optional child module:
Authentication / Social Login
What good looks like
Section titled “What good looks like”- Keep top-level modules feature-oriented (
Auth,Checkout,Admin). - Use one extra child level only when needed.
- Avoid very broad “misc” modules.