Skip to content
Testsigma DOCS

Test Cases

Importing Postman Collections and Environments


Testsigma simplifies API test case migration by seamlessly importing Collections and Environments from Postman and conveniently exporting them in JSON or Zipped formats. This facilitates easy migration of your API test cases from Postman to Testsigma. You can integrate your Postman assets into Testsigma and ensure efficient test management by following the steps below.


Prerequisites

Before you begin, ensure that you have referred to:


After exporting your Postman Collection as JSON or Zipped format, follow these steps to import it into Testsigma:

  1. Navigate to Settings > Imports. Imports

  2. In the Imports page, click Import. Select Import Postman Collections

  3. Click Select File for Import and choose a file for import. Select File to Import

  4. Select the project, application, and version. Project

  5. After you upload the file, Testsigma organizes Collections, Environments, and Variables into Test Suites, Test Cases, Test Steps, Test Data Profiles, and Environments. This feature enables you to easily understand how the imported file is organized.

  6. Click Start Importing to transfer a collection into Testsigma. Start Importing Collections file

  7. Testsigma will notify you via email once the import is complete.


Import your Postman Environments to Testsigma in JSON or Zipped format. Follow below the simple steps:

  1. Navigate to Settings > Imports. Imports

  2. In the Imports page, click Import. Select Import Postman Collections

  3. Click Select File to Import and choose a file for import Select File to Import

  4. Select the project, application, and version. Project

  5. Click Start Importing to transfer the environments into Testsigma. Start Importing Environment File

  6. Testsigma will notify you via email once the import is complete.

  7. After importing, Testsigma organizes Environments and Global Variables into Environments. This helps you quickly see how the imported file is mapped.


Mapping Format for Postman Collection and Environment

Section titled “Mapping Format for Postman Collection and Environment”

Follow the mapping format in Testsigma to automatically map the collection and environment when importing them, enabling you to create automated API tests quickly.  

PostmanTestsigma
CollectionTest Suite
SubfolderTest Case
API inside SubfoldersTest Steps in Test Case
Folder inside SubfolderCreate a Block inside the Test Case
Collection VariablesTest Data Profiles
Global, Environments, VariablesEnvironments
Parent FolderLabel of Test Case