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

  1. Log in to the API Manager.
  2. Click the Test APIs tile.
  3. On the Test page, select a test suite tile that contains the test that you want to tag.
  4. Click the test case you want to edit.
  5. 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.
  6. Click Save. Tags can be viewed any time in the Tests > Test Cases tab.
    Tags

What to do next