Hypertest Docs
HyperTestKnowledge Base
  • Quick Set-up
    • Install HyperTest
    • Deploy your application
    • Mirror Traffic
      • Using Kubernetes
      • Using Amazon ECS
      • Using Docker
      • Using Nginx
      • Using Goreplay
        • ElasticBeanStalk Script for Goreplay
      • Using Apache
      • Using IIS
      • Using Istio
      • Using Kong
      • Using HAProxy
      • Others
  • HyperTest Overview
    • Introduction
    • Architecture
  • Detailed Setup Guide
    • Detailed Setup Guide
      • Installation
        • Linux VM
        • Kubernetes Cluster
          • Hardware Requirements
          • Cluster Setup
            • EKS
              • Existing Application Load Balancer
              • Calculate Setup Cost for EKS Cluster
            • GCP
            • AKS
            • Self Managed
              • Microk8s with EKS-D
          • HyperTest Installation
      • Mirror Traffic
      • Configure HyperTest
      • Automate Starting a Test
        • CI Integration
          • GitHub Checks Integration
            • Mandatory checks
          • Gitlab Integration
          • Bitbucket Integration
          • Jenkins Pipeline
            • Jenkins Plugins for PR events
  • Upgrade HyperTest
    • Upgrade HyperTest
      • Linux VM
      • Kubernetes Cluster
  • User Guides
    • Usage Guide
      • Install and Configure HyperTest
        • Install HyperTest
        • Configure Base DNS
        • Add New Service
      • Tests Runs and Analysis
        • View Test Cases
        • Start New Test Run
        • Understand Your Test Run Analysis
        • Prioritize Your Error Types
        • Track Bugs
        • Ignore Errors/Desired Changes
        • View/Download Report
        • View Consolidated Dashboard Reports
        • Sign-off Reports
        • Reduce Execution Time
        • Deduplication Rules
      • Troubleshooting and FAQs
    • Best Practices Guide
      • Cost Optimization
    • Dashboard Tour
      • Dashboard
      • All Sessions
      • Regression Report
      • Notifications
      • First Test Run
      • Interactions
      • Custom Analysis
      • Configuration
    • User Management
      • Create Admin User
      • Roles, Groups & Users
      • Enabling User Signup
    • Other Guides
      • Basic Nginx Auth for Linux HT
  • Middleware
  • Advanced Features
    • Import test cases from Postman
  • Change Log
  • Troubleshooting
  • FAQs
    • Setup
    • General
    • Regression Report
  • Glossary
    • Session
Powered by GitBook
On this page
  • Concepts
  • How to get started?
  • Transform your postman data to Session
  • Import Postman Request
  • Import Postman Collection/Folder
  • References
  1. Advanced Features

Import test cases from Postman

How to create a HyperTest session using postman collections?

PreviousAdvanced FeaturesNextChange Log

Last updated 2 years ago

Concepts

Before you get started with importing postman data, you should be familiar with the following concepts:

  1. - A set of requests fired in a particular order.

  2. Session Differentiators - A value that categorizes a request into a session. This value is typically derived from specific headers, IP of the request. Learn more abut it .

  3. - An API platform for developers to design, build, test, dcocument their APIs.

  4. Request - An HTTP request consists of An HTTP method, a verb (like GET , PUT or POST ) that describes the action to be performed.

  5. - Popular way of grouping requests for readable documentations.

  6. Postman Folder - Organizes requests within a collection. Learn more about it .

How to get started?

First thing you need is HyperTest installed. Learn about HyperTest

Get up and running

  • - Install, deploy and mirror traffic to HyperTest.

Working with HyperTest

  • - HyperTest has an easy to use interface.

Transform your postman data to

HyperTest organizes requests having the same request header 'x-ht-session-id' into the same session.

Import Postman Request

  1. Create a new session by providing x-ht-session-id in header of the Postman request.\

  2. Click on send. ****

  3. View your session in the HyperTest dashboard \

Import Postman Collection/Folder

  1. Navigate to pre-requests section of the folder/collection. \

  2. Set pre-requests. pm.request.headers.upsert({key:'x-ht-session-id',value:'<session-id>'}) \ For a collection\

    For a folder\

  3. In the same window, click on Run button.\

  4. Ensure the run order, environment. \

  5. Click on run. This will take you to run results window.\

  6. View the session in HyperTest dashboard. \

References

Please make sure that is setup for your application. \

Please make sure that is setup for your application. \

mirroring
mirroring
Session
Postman
Postman Collection
here
here
Quick Setup
Dashboard
Session
here
Add Header to Every Request in Postman | BaeldungBaeldung
Using the Collection Runner | Postman Learning CenterPostman Learning Center
Logo
Logo
Import a request into HyperTest
all sessions in hypertest dashboard
Set pre-requests for a collection
Set pre-requests for a folder
Run a collection/folder
Using postman runner to run a collection/folder
session