...
- Right-click the project in the Test Case Explorer and choose Add New> Test (.tst)...
- Specify a name for the file and click Next.
- Choose the REST> OpenAPI/Swagger option and click Next. For details on accessing the wizards, see Adding a New .tst File to an Existing Project and Creating Tests from an OpenAPI/Swagger DefinitionAdding a New Test Suite.
- Enter the absolute URI for the OpenAPI/Swagger definition file or click Browse to find it on the local machine.
- Click Next. The Create Environment dialog opens.
- (Optional) Specify whether you want to reference an existing environment or create a new one.
- To create a new environment:
- Select the Create a new environment for your project checkbox.
- Enter an Environment Name and Variable Prefix.
- To reference an existing environment, select Reference an existing environment then specify the appropriate environment file.
- For more information on environments, see Configuring Testing in Different Environments.
- To create a new environment:
- Click the Finish button.
...