Interaction with API Endpoints Manipulation ( Part - 2 ) | Shahul Hameed
Interaction with API Endpoints Manipulation
Testing Scope: https://catfact.ninja/#/Facts
There are ways to validate the endpoints through:
1. Browser
2. Burp Suite
3. Postman
4. Curl Command
Note: Based on your situation, we can use the tools..
Query: Returns a random fact with MAX_LENGTH
API End Point Validation: via Browser
Web Browser :
API End Point Validation: via Burp Suite
Positive Case: We are providing the expected input in the parameter..
Negative Case: We are trying to provide unexpected input in the parameter.. (Eg Input: -1)
Comments
Post a Comment