# Search using tags and running

Learn how to filter and execute test cases using tags in the test management system.

# Filtering Tests by Tags

  1. Locate the "Filter Tests By Types" dropdown at the top of your test suite
  2. Click to expand the filter options
  3. You'll see available tags as filter chips.

# Running Filtered Tests

After selecting your desired tags:

  1. The test list will automatically update to show only tests with the selected tags
  2. To run all filtered tests:
    • Click the "RUN ALL" button at the top of the test list
    • All visible tests (those matching your tag filters) will be executed
  3. Alternatively, you can:
    • Run individual tests by clicking the "RUN" button next to each test
    • Select specific tests using checkboxes and click "RUN SELECTED"

# Tips for Test Execution

  • The test count at the top of the list updates to show how many tests match your filter
  • You can combine multiple tags to create more specific test sets
  • The "Executed", "Passed", and "Failed" counters help track test execution progress
  • Use the search bar in combination with tags for more precise filtering

# Best Practices

  • Start with broader tag filters and narrow down as needed
  • Review the filtered test set before running to ensure it matches your testing requirements
  • Consider creating tag combinations for common test scenarios
  • Save frequently used tag combinations for consistent test execution