About Testlum
Getting Started
UI Testing
Api Testing
Database Testing
Services Testing
Additional Materials
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Run scenario by <tag>
Copy Markdown
Open in ChatGPT
Open in Claude
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
<runScenariosByTag enable="true"> <tag name="registrationFlow" enable="true"/> <tag name="loginFlow" enable="false"/> <tag name="createOrder" enable="true"/></runScenariosByTag>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&createOrdertags 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
<settings> <tags>registrationFlow</tags> </settings>Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Next to read:
High level of cross-browserCopyright © Knubisoft
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message