API testing - concepts in depth
Jan 18, 2024, 2:21 PM: ~ 5 min read
API testing - concepts in depth
Article based on real life feedback. So, challenge accepted!
You should maybe start with a simple example of what API is, like a restaurant - customer, waiter and the cook
The restaurant
- Is the bit of code that does some logic. But maybe I'll have to go back a few steps because there is some context missing. Before the payload (the information) gets to an API there are some systems which can get a little bit of attention. There is the network (internet or same computer, doesn’t matter, but there is something in between). But between the network and the code there is a server. The server’s responsibility is to accept connections and then based on ...