Writing first test script and chaining outputs between scripts.
Till now , we have executed requests but have not written any testscripts. Meaning, there were no validation steps to verify whether the request passed or failed.
Now let us see who to do this. Let us write our first test script.!!!! :)
Automation tests with Postman:
There are two parts were we can write the scripts for our tests.
- Pre-request script
- Tests