Features & Scenarios
Manage Test Cases
Test Cases for Android & iOS Apps
Test Cases for Mobile Web Apps
Test Case List Actions
Importing Postman Collections and Environments
Custom Fields for Test Cases
Label Management
Update Test Case Result in a Test Plan- Test Step Types
Type: Natural Language
Type: REST API
Type: Step Group
Type: For Loop
Type: While Loop
Type: Block
Type: If Condition
Nested Step Groups
Image Injection
Cross-application testing
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:
Import Postman Collections
After exporting your Postman Collection as JSON or Zipped format, follow these steps to import it into Testsigma:
- Navigate to Settings > Imports and Exports.
- Click Import and select Import Postman Collection tab.

- Click Select File to Import and choose the file to import; select the project, application, and version.
- 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.
- Click Start Importing to transfer a collection into Testsigma.

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

Import Postman Environments
Import your Postman Environments to Testsigma in JSON or Zipped format. Follow below the simple steps:
- Navigate to Settings > Imports and Exports.
- Click Import and select Import Postman Collection tab.

- Click Select File to Import and choose the file to import; select the project, application, and version.
- Click Start Importing to transfer the environments into Testsigma.

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

- After importing, Testsigma organizes Environments and Global Variables into Environments. This helps you quickly see how the imported file is mapped.
You can verify the imported Collection and Environment files by downloading them.
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.
| Postman | Testsigma |
|---|---|
| Collection | Test Suite |
| Subfolder | Test Case |
| API inside Subfolders | Test Steps in Test Case |
| Folder inside Subfolder | Create a Block inside the Test Case |
| Collection Variables | Test Data Profiles |
| Global, Environments, Variables | Environments |
| Parent Folder | Label of Test Case |
- The import will create a new entry, appending the timestamp to the title if a collection with the same name already exists.
- The import mapping excludes test scripts, prerequisite scripts, settings, unsupported authorizations, HTTP methods, and GraphQL requests.