You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are some API endpoints manually tested by myself using Postman, a special tool for API testing. I made more tests with different parameters for every endpoint, in order to verify and practice Positive testing and Negative testing on APIs. In the "API_Bugs" file I wrote the API bugs found by myself.
💻 The first test with Random Joke (no parameter) ⏩
💻 The second test with Joke from a given category (1 parameter) ⏩
💻 The third test with Free text search (1 parameter) ⏩
About
These are some API endpoints manually tested by myself using Postman, a special tool for API testing. I made more tests with different parameters for every endpoint, in order to verify Happy Flow, Negative Flow and Other Flows.