
In this lection, we will get the code for the API under test, the finished robot code and some dependencies for the later installation. We will also start with a virtual environment.
In this lection, we will create and use a virtual environment and inspect the downloaded code.
In this lection, we will install our python packages and setup Visual Studio code and the robot framework language server.
In this lection, we will take a look at the API under test und run it the first time.
In this lection, we will install postman, import the API calls and learn how to authenticate against the API.
In this lection, we will look at all possible API calls and see what we can and can not do.
In this lection, we will learn in which ways API's can be tested and which way we are choosing for this course.
In this lection, we will learn what a JSON schema is and how to build one.
In this lection, we will take a look at possible test cases of the API and define, which of these test cases we will code together.
Are you tired of testing API's manually? Or testing it automatically but you are struggling to validate big API responses?
This course is designed for people, that have a basic understanding of testing API's manually and/or automated, but are searching for the next step how to automate API tests more convenient and by getting more information from the tests. In this basic course, you will learn to write automated API tests in robot framework by using python and the JSON schema with the simplest learning method - with a lot of practice. Using a self written API, which is designed specifically for this course, we will be automating a total of 8 different kinds of tests together.
The API will be downloaded and hosted by yourself, so you can always access and test against it. It is designed to be able to receive GET, POST and DELETE requests, so you learn by yourself how to read, write and delete data from it.
I will guide you in this course to learn things like:
Install and learn the basics of postman
Test an API manually with postman
What a JSON schema is and how to write/read it
How to use the JSON schema within testing
How to setup a basic project in robot framework
Write python code and use it as a library in robot framework
Write, run and debug robot framework code against an API
Use the robot framework requests library with inbuilt status code verification
Write robot framework tests against the API by using GET/POST/DELETE requests
Verify the format of bigger JSON loads
Modify JSON schemas to get even more out of it
This course will walk you through installing everything that is needed, setting up the test API as well as creating a robot framework API testing project from scratch. After this, you will know how you are able to test even bigger API's and big requests and responses!