Actions
SQA #4130
open[SQA] V2 Tool APIs Testing (Get All Tools, Similar Tools, Search Results)
Description
Perform API testing for Version 2 (V2) tool-related endpoints to ensure correct functionality, response accuracy, performance, and error handling. The testing will validate that the APIs return expected data for different request scenarios.
Scope¶
Test the following V2 endpoints:
- GET All Tools
- Get Similar Tools
- Search Results Endpoint
Test Coverage¶
- Validate successful responses with valid requests.
- Verify response status codes (200, 400, 401, 404, 500).
- Validate response structure, data types, and required fields.
- Verify pagination, sorting, and filtering behavior (if applicable).
- Test search functionality with:
- Valid keywords
- Empty keywords
- Special characters
- Non-existing data
- Validate Similar Tools logic and data relevance.
- Verify error messages for invalid or missing parameters.
- Test response time and basic performance behavior.
Deliverables¶
- Postman collection or API test scripts.
Actions