Posts

Showing posts from November, 2019

Beginner-friendly REST API Testing Guide - The Basic Concepts

Do you have any idea what to do when someone asks you to test an API? What questions to ask to help you identify the testing scope? What tools to use? How to write an automation test? What evidence shows that the test has been passed? In this tutorial, we will cover the basics about  REST API  and  everything you need to know to get started . You'll find a lot of new words in your journey, don't worry about it, it's going to take some time until it starts to sink in , keep practice, have patience, you'll learn along the way. We also strongly recommend that you read the reference in this tutorial, it will help you learn better. This Testing Guide gives you an overall view of how to start, and how everything hangs together. It helps you learn step-by-step, but you can skip steps if you already learn the knowledge somewhere else. Now: Where do you begin? You could start by learning The Basic Concepts about ReST API first. Things like: REST or RESTful API...