It's 2020 and the need for being digitally available has become a demand. Given the COVID-19 pandemic, I believe you'd agree that it has become an utmost necessity. Having an...
Automated tests deal with a lot of information comparison, where expected values are compared against actual ones. In certain situations, a test must compare a very large number...
You've just finished an automation course or you're trying to transition from manual testing to automation, and you're looking for a beginners test automation position? Great!...
What to automate and what not to automate? That's a pretty big question... When I started my career as a software tester a decade ago, test automation was viewed with some...
REST API is a powerful way to run tests, however it’s not always enough. There are some pitfalls that cannot be spotted by REST API testing alone. And here comes the importance...
I’ve been doing a fairly deep dive on API testing over the last several months, both as part of the project I am currently working on and as part of some courses I am preparing....
Performing Integration or System Tests can be a hard task at times. A few days back I was presented with the challenge of performing testing with two heterogeneous environments,...
API testing, be it REST, SOAP, JSON, XML or GraphQL, can be tricky - both from perspectives of the testing code itself and from maintaining it up to date as it evolves over time....