#NottsTest: Automated API Checks

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

#NottsTest: Automated API checks

1 May 2019

Nottingham

Added 01-Jan-1970

Rough agenda:
1. Postman - Write tests that anyone can use
2. Newman - Run your postman tests from anywhere
3. Bonus: Continuous Integration - Make those tests visible to everyone

Takeaways from the workshop:
We'll setup a basic environment to enable you to create and run data driven API tests

If you want to be hands-on during our workshop, you will need:
a laptop - macOS or Windows should do; Linux as well but I will be able to support only minimally with any installation errors)
Postman Native App
* the installation is very straight forward: https://learning.getpostman.com/docs/postman/launching_postman/installation_and_updates/
Newman CLI
* same, installation very easy: https://github.com/postmanlabs/newman#getting-started
* to check if installed correctly, run 'newman -v' in a terminal

Top