Testing GET and POST requests #6630
Unanswered
davidsneighbour
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a class that typecasts and filters GET and POST requests, and I am wondering how to test this class. Searching for this leads me to API-Testing in any case, but I feel like I should be able to use simple Unit Testing for this, shouldn't I? How would you approach this? I probably just need a nudge into the right direction.
Beta Was this translation helpful? Give feedback.
All reactions