Tests Structure

There are different ways to refer to a suite in cucumber:
  • A feature file with multiple scenarios inside as a Test suite
  • A folder with multiple feature files and single scenarios as a test suite.

Create a Test Suite if you are working on a new service.

Folder Hierarchy: project-cluster → registry → Hercules → tests → Service Number-Service Name → (Manual or Automation). For each service, we will have 2 folders – Automation and Manual

At Foster Moore, we follow a naming convention when creating test suites (Service Number → Manual/Automation).

While we try to ensure consistency there is a possibility that your project might use a different naming convention. If in doubt please check in with your Test Lead.
  1. Right-click on the folder
  2. Enter the path
  3. Press create
  4. The new folder will look like
  5. Now you created the folder for Automation repeat the same action for Manual:
0
0

Jump to Section