Job Openings
QA Engineer
About the job QA Engineer
Please prepare test cases for this API considering the following aspects:
- Request and Response: Consider the structure and elements of the request and the response. Think about what would happen if an element was missing or incorrect in the request.
- Error Codes: Consider the different HTTP status codes that the API could return. What scenarios would lead to each code?
- Data Accuracy: Consider how you would verify that the data returned by the API is accurate and correct.
- Latency: Consider how you would test the API's response time and what would be an acceptable range.
- Date Format: Consider how you would verify the API if there a fix date format that the (JSON, XML) supported.
- Load Testing: Test the API under different load conditions (e.g., multiple concurrent users). How does the API perform under stress?
- Automation: Write a simple automated test scripts for API testing using Postman, Bruno, Insomnia