7CC005 Workshop w6

From mi-linux
Jump to navigationJump to search

Main Page >> Web Technologies >> Workbook >> Week 06 - Automated Web Testing

Testing with React.js

Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

You can follow the Testing React Apps tutorial, here: https://jestjs.io/docs/tutorial-react

Testing your REST API with Postman

You can send requests in Postman to connect to APIs you are working with. Your requests can retrieve, add, delete, and update data. Whether you are building or testing your own API, or integrating with a third-party API, you can try out your requests in Postman. Your requests can send parameters, authorization details, and any body data you require.

Going further

In this tutorial, we will set up a small project with automated visual tests using Puppeteer, Jest and VisWiz.io. 💡