TC More Actions dropdown

Click on the More dropdown in the test case tab toolbar to view the available options:

  1. Search and replace
    Select this option to perform search and replace on test cases.
  2. Import test cases
    Select this option to import test cases from the following sources:
    1. Postman
    2. Swagger
    3. vREST Exported JSON
  3. Export all as JSON
    Select this option to export the test cases data. If you have selected the test cases then only the selected test cases will be exported.
    Note: All the related data will also be exported e.g. variables, autorizations, test suites, response validators, utility methods etc.
  4. Copy to test hooks
    Select this option to copy the test cases to hooks. The copied records will get appended in hooks tab at the end of the list.
  5. Copy to mocks
    Select this option to copy the test cases to API mocks. The copied records will get appended in Mock Server tab at the end of the list.
  6. Global Variables / Environments
    Select this option to define global variables / environments.
  7. Authorizations
    Select this option to define authorization for the test cases. The following authorization options are available:
    1. Raw Authorization
    2. Basic Authorization
    3. OAuth 1.0
    4. OAuth 2.0
    For more information, please read Authorization.