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
RESTful API Testing - Overview
Testsigma supports Restful APIs Testing. RESTful APIs allow you to access resources using uniform methods and protocols. This makes it easier for you to create and maintain applications. You can also create a REST API standalone testing project. While creating web or mobile application test cases, you can also include RESTful APIs in the test steps.
Prerequisites
Before you begin, ensure that you have referred to:
Resources
We will use the following API Endpoints and JSON object for our examples:
https://jsonplaceholder.typicode.com/
https://jsonplaceholder.typicode.com/posts/
https://jsonplaceholder.typicode.com/?name=Joel&email=abcxyz@mail.com
{
"userId": 1,
"id": 1,
"title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
}These are provided by JSONPlaceholder, a free API Service available online for RESTful API testing purposes.