API Testing
This guide provides step-by-step instructions on how to perform API testing. It covers creating a test case, sending API requests, verifying responses, and executing test cases. By following this guide, users can effectively test the functionality and reliability of their APIs.
Interactive Demo | Video
Steps
1. Navigate to Test Development Section
2. Click on Testcase
3.
4. Type API and select API Template
5. Click on Edit icon
6. Add Title
7. Select the required HTTPS Method
8. Add the URL here
9. Click on Send
10. After clicking on Send you can see the Response Preview here
11. Click on Next
12. Add a Variable name to Store Response
13. Click on Next
14. Add JSON path to verify
15. Select the required verification method
16. Select the Data Type that you want to verify
17. Enter the Expected Value in String field
18. Click on Status
19. Add Expected value
20. Click on Create
21. Click on Create
22. API Test case is created successfully
23. Click on Run
24. Test Case is Executing
25. Executed Successfully