logo logo

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

Introducing TestProject Framework!

We’ve been in the test automation industry for over 10 years now. In fact, our passion for software development has begun much earlier, probably somewhere in the mid-90s. We...

API testing using REST Assured key points

7 Key Points to Using REST Assured API Testing

Testing RESTful applications has become a more pressing issue with "modern" approaches like test-driven development (TDD). Users started looking for a tool that could help with...

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

Postman Quiz – Test Your Knowledge!

There's no doubt that Postman is great for API Testing. But, the question is - do you know everything about it? Test your knowledge with this Postman quiz!   This...

Test Automation Strategy for Your Agile Project

In this article, I'll list down the key points to consider when starting to plan your test automation strategy for your agile project in order to get the most out of your test...

Master API Test Automation in 10 Minutes

Postman is a Google Chrome app that helps you to create, save, send HTTP requests and test the response data.  It helps to automate the process of making API requests and testing...

API testing

API Testing Using Java

In this article, I will discuss API testing with Java and demonstrate with examples. First, let's understand what API (Application-programming interface) is? API is a set of...