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
Attachments
Attachments in RESTful API testing refer to the ability to send and receive files such as images, documents, and videos as part of an API request or response. This is typically done using the multipart/form-data content type, which allows for the inclusion of binary data in an API request or response.
There are two ways to upload files in Attachments.
Attach file from form-data
- Navigate to API Request > Body > form-data tab.
- Mouse Hover, to the key field and click File from the dropdown list. Upload file in the Value field.
- Click Create to upload the file in the Attachments tab.

Attach file from Binary
- Navigate to API Request > Body > Binary tab.
- Upload file. Then, click Create to upload the file in the Attachments tab.
