Checks
Get introduced to checks.
We'll cover the following...
In the previous lesson, we learned about scenarios. In this lesson, we will learn about checks.
What are checks?
Checks validate the response received from the server and save it to the user session if needed. We can apply multiple checks on the same response.
checks provide a DSL for chaining the following steps:
Note: It is not necessary to have all these steps. ...