Writing REST API tests using RestSharp

To conclude our recent REST API testing series for beginners, I want to finish off by showing you how you can make REST API calls and validate the responses coming back directly without the use of any Tool but rather...

Postman Fundamentals Part 2

Writing Tests Having set up Postman and having had an introduction to REST APIs, we are going to create some actual tests. Use the same url as per the last blog https://jsonplaceholder.typicode.com/users. Our tests are...

Postman Fundamentals

Introduction Before we start, let us have a recap on some basics; what is an API and what is API testing? An API is in simple terms like a software intermediary that just allows two applications to talk to each other....

8 Tips To Write a Better Test Automation Framework

The term ‘Automation Framework’ has been a buzz word for a while. Everyone expects an automation framework from any half decent automation tester worth his salt. Management usually just want one set up quickly with...

How do I become a Test Automation Engineer?

Test Automation has increasingly become a buzz word over the years particularly since the advent of Agile. Many companies have increasingly recruited Test Automation engineers to be able to automate their rapidly...