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: You can tag a test, while creating a test or after creating a test.
Adding a tag to a test
- Log in to the API Manager.
- Click the Test APIs tile.
- On the Test page, select a test suite tile that contains the test that you want to tag.
- Click the test case you want to edit.
- To add tags to your test, go to the Design > Info tab and start typing the tag name in the Tags box. You can assign multiple tags to a test. To remove a tag, click the
x
button next to the tag. - Click Save. Tags can be viewed any time in the Tests > Test Cases tab.
What to do next
- Next topic: API Hooks