logo logo

Introduction and Getting Started with GraphQL

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...

Using-Java-Objects-for-Comparing-API-and-DB-Test-Data

Using Java Objects for Comparing API and DB Test Data

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...

test automation dream job

15 Tips to Successfully Land a QA Web Automation Job for Beginners

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

Testing Guidelines on What to Automate

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...

How Can You Scale Your REST API Testing?

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...

API Testing Glossary

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....

A Successful Experiment on Citrus Framework

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,...

Nailing Down API Testing With Karate Framework

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....