I’ve been a software tester for a little over a year and a half now. In that period the number of times I had to test something manually can be counted on one hand. Yet every time I Google something related to testing I come across these references that many […]
Understanding Problem JSON
I could not find a good human-readable resource about Problem. Therefore I’m writing it myself. What is Problem JSON Problem is a standardized way of describing any kind of error thrown by an API. A Problem can be described in JSON or XML, but we’re only going to talk about the JSON […]