# Add/remove test tags

Learn how to add and remove tags to organize your test cases effectively.

# Adding Tags to Test Cases

  1. Navigate to your test suite view
  2. Click on the "Manage Tags" button located at the bottom of the test case list
  3. In the "Manage Tags" dialog:
    • Enter the tag name in the input field
    • Click the "+" button or press Enter to create the tag
    • Select the tag to apply it to the selected test cases
  4. Click "Save Changes" to apply the tags

# Removing Tags from Test Cases

There are two ways to remove tags from test cases:

# Method 1: Quick Remove

  1. Locate the tag next to the test case description
  2. Click the "x" icon on the tag to remove it immediately

# Method 2: Manage Tags Dialog

  1. Open the "Manage Tags" dialog
  2. Uncheck the tag you want to remove
  3. Click "Save Changes" to apply the changes

# Best Practices

  • Use consistent naming conventions for your tags
  • Keep tag names concise but descriptive
  • Remove unused tags to maintain a clean test organization
  • Consider using prefixes for different categories (e.g., "semantic-", "functional-")

# Tips

  • You can add multiple tags to a single test case
  • Tags are visible in the test case list view for quick reference
  • The same tag can be applied to multiple test cases
  • Tags can be used for filtering and organizing test runs