Skip to content

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.

#direction: right #stroke: #64748b #fill: #f8fafc [Module] -> [Test Suite] [Test Suite] -> [Test Case] [Module] -> [Locator Group] Module Test Suite Test Case Locator Group
  1. Go to Modules -> Create.
  2. Enter Name (required).
  3. Optionally select Parent.
  4. Save.
  • Top-level module: Authentication
  • Optional child module: Authentication / Social Login
  • Keep top-level modules feature-oriented (Auth, Checkout, Admin).
  • Use one extra child level only when needed.
  • Avoid very broad “misc” modules.