Tagging a Test
Adding tags to your tests is an easy way to keep them organized in your Test Suite. Furthermore, tags can be used as a way to selectively execute certain tests in your test suite when running them via an API Hook (see Run Published Tests by Tag for more information).
Note: To tag a test, you must have first created a test.
Adding a Tag to a Test
-
Click your test suite name in the menu bar to get to the "Test Suites" page.
-
On the "Test Suites" page, click the Tests icon
for the test suite that contains the test that you want to tag. The list of tests is displayed.
-
From the list of tests double-click the test that you want to tag, or click the edit icon
for the test.
-
The status page for your test is displayed. Click on the edit icon
alongside your test name.
-
The Edit Details dialog box will open, allowing you to edit information about your test. To add Tags to your test, simply begin typing a name for a Tag into the Tags box within this dialog. You can assign multiple Tags to a test separating each Tag with a space. To remove a Tag from a test, click the
x
button alongside the Tag. -
Click the confirm icon
to confirm and save your edits.
-
Tags can be viewed any time in the Tests List. Click the Tests List button
to go back to the Tests List and see your tags alongside your tests.
What to do next
-
Next topic: Create an API Hook
-
Previous topic: Publishing a test