Run scenario by <tag>

Testlum can run scenarios by unique tags that you create and assign to a specific scenario.

  • This feature is very useful when working with large volumes of test data, as using scenario triggering by tags gives you the ability to split your test scenarios into blocks, and easily switch between running them.
  • Configuration example:
XML
Copy

In this example, <runScenariosByTag enable="true"> means that tag run filtering is enabled and is ready to run on the specified tags.

All test scenarios that have the registrationFlow & createOrder tags will be sent to launch when Scenario Runner starts.

  • Assigning a tag to a test script:
  • Where <tags> - is assigning the tag for the test scenario
XML
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Run scenario by <tag>