What is an API?

We haven’t done basics for a while, so let’s start with what an API is and isn’t. It’s important to know what we mean by “testing APIs”. An API is: Application Programming Interface. Fancy words for how to let other computers talk to mine or yours. Or really, any software Read more…

Stop digging

If you find yourself in a hole, stop digging. That’s the law of holes. Really, look it up. There are different sort of holes, shovels and diggers. But this time I’m talking about test automation effort kind-of-a-hole. Adding more test scripts is something inherent into development. We build new features, Read more…

Video: Reportability

Ok, I’m not sure if “reportability” is a real dictionary word. But it is a word. That I may or may not invented. Anyway, here’s the thing: You tested your app, or feature, or an API, and you found something unexpected. Like this one parameter value crashes the server. As Read more…