Postman Notes#
-
Render HTML with necessary data specified in test scripts.
Writing Scripts#
- Before request is sent to the server - pre-request scripts.
- After response is received - test script.
JavaScript Quick Reference#
Render JSON#
How to start simple HTTP server with python#
Navigate to project folder and run the following command:
python3 -m http.server --cgi 8080