LogoLogo
  • About SimplifyQA
  • Get Started with SimplifyQA
    • Agile & Non-Agile Framework
    • OS Support
    • SimplifyQA Hosting
      • On-premise Installation Guide
        • Pre-requisites
        • Installation Guide
      • Support and Resources
      • Training and Onboarding
    • Explore SimplifyQA for your Application Lifecycle Management
  • SimplifyQA Installation & Setup
    • Setup QAWizard
    • Register QAWizard
    • Setup Android Device
      • How to enable settings in android device?
      • How to register android device?
      • Setup emulators on Android Studio for automation in SimplifyQA
    • Setup iOS Device
      • How to setup iOS device in Apple Developer Account?
      • How to register iOS device?
  • Get to know your Workspace
    • Blueprint of SimplifyQA
    • Key Terminologies
    • Search/Global Search
      • How to use global search?
      • How to use advance search?
      • How to use column sort?
      • How to use column filters?
      • Add or remove columns
    • Rich Text Editor
    • Import & Export
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
      • Manage Roles and Privileges
      • Configure Auto-logging of Defects
    • Configure your clients
    • Password settings
  • Release & Sprints
    • Introduction to Releases
    • Create & Manage Release & Sprint
    • Start & Close a Sprint
  • Create and Manage your Requirements
    • Introduction to Requirement Management
    • Create & Manage Epic
    • Create & Manage Features
    • Create & Manage User Stories
  • Introduction to Test Management in SimplifyQA
    • Create a Manual Test Case in SimplifyQA
    • Create an Automation Test Case in SimplifyQA
    • Learn API Testing in SimplifyQA
      • Create an API Test Case in SimplifyQA
      • Quick Test the API
      • Validating API Responses
      • Understanding API Parameterisation
      • Save API Response Data
      • Achieve Data flow for E2E Testing
    • Create Hybrid Test Case in SimplifyQA
    • Leverage Re-usability in your Tests
    • Organise your Test Cases
    • Linking a Test Case to User Story
    • Linking a Test Case to Defect
    • Version Control your Test Case
    • Create a Copy of your Test Case
    • Copy Test Case to different Project
    • Conditional Statements
      • Decision Making Statement
      • Looping Statement
      • BREAK & CONTINUE Statement
    • Supported Actions
    • Utilising Mobile Inspector in SimplifyQA
  • Introduction to Script-less Recording of Test Case
    • Record a Web Test Case in SimplifyQA
    • Record an Android Test Case in SimplifyQA
      • Record an Android Test Case
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
  • Test Data Management
    • Work with the Formulas to Optimise Test Data
    • Import and Export Test Data Sets
  • Introduction to Object Repository
    • Capture Objects for your Tests
    • Organise your Test Objects
    • Parameterise your Test Object Properties
  • Introduction to Parameters
    • Various Types of Parameters
    • Create and Utilise Parameters in your Test Case
    • Understanding Runtime Parameters
  • Defect Management
  • Marketplace
    • Integration with Project Management Tools
      • Integrating SimplifyQA with Jira
        • Configure Web-hooks
        • SimplifyQA Setup for Integration
          • Setup your Account for Jira Integration
          • Configuration in SimplifyQA Admin
          • Steps to Generate a Jira API Token
          • Steps to create SimplifyQA token
          • Steps to get Jira Account ID
          • Synchronisation Functionality Between SimplifyQA and Jira
          • Analyse Logs for Data Synchronisation
        • Mapping Fields for Issue Types
        • Viewing SimplifyQA Test Cases in Jira
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  1. Introduction to Test Management in SimplifyQA
  2. Learn API Testing in SimplifyQA

Create an API Test Case in SimplifyQA

PreviousLearn API Testing in SimplifyQANextQuick Test the API

Last updated 2 months ago

API testing involves validating the functionality, reliability, performance, and security of Application Programming Interfaces (APIs). APIs are essentially the communication channels between different software applications. By testing APIs, we ensure that these interactions function correctly and securely.

Prerequisites:

  • A clear understanding of the API you're testing, including endpoints, request/response formats, and authentication methods.

  • Access to the project for which you want to create automation test case.

  • SimplifyQA Wizard needs to be installed and running. Learn how to setup Wizard here .

How to create an API Test Case?

Take your API testing to the next level with our comprehensive guide. In this section learn how to create robust and efficient test cases, leverage advanced features, and optimise your testing process.

  1. Navigate to Test Case

To create a new API test case in SimplifyQA, open your desired project and navigate to test case section from the left menu.

  1. Create a Test Case

Locate the '+ Test Case' button and choose 'Automation' and select the API for creating an API test case.

  1. Construct the API Request:

  • Select the HTTP method (e.g., POST, GET, PUT, DELETE).

  • Enter the complete endpoint URL in the designated field as shown below

ss

  1. Define Request Parameters:

  • Under the "Params" tab, specify any query parameters required for the API request.

  • Provide the key, value, and optional description for each parameter.

  1. Set Authorization:

  • If the API requires authentication, configure the authorisation method (e.g., Basic, Bearer token, API key) under the "Authorisation" tab.

  • Provide the necessary credentials or tokens.

  1. Add Request Headers:

  • Under the "Headers" tab, specify any additional headers required for the API request.

  • Provide the key, value, and optional description for each header.

  1. Construct Request Body:

  • If the API requires a request body, define its structure under the "Body" tab.

  • Use appropriate formats like JSON, XML, x-www-form-urlencoded, form-data, etc

  • You can define your JSON and the JSON editor would allow you to beautify the JSON and also you can add comments for reference.

ss

Setup QAWIzard