Postman Webinar: Continuous Testing with PostmanPostman
油
In this webinar, Postman Developer Advocate Joyce Lin and Engineering Manager Trent McCann discuss automating your tests with Postman while walking you through some advanced testing workflows. Topics include:
- Run tests locally using Postmans Collection Runner
- Automate testing as part of your continuous integration (CI) pipeline using Postmans Newman (a command-line collection runner for Postman)
- Run health and security checks using Postman monitors
This document discusses test automation frameworks. It introduces test automation frameworks and explains that they provide an environment for executing automated test cases. It then describes four main types of test automation frameworks: modular, data-driven, keyword-driven, and hybrid. The modular framework uses independent test scripts for each module or function. Data-driven frameworks store test data externally and load it into scripts. Keyword-driven frameworks represent tests as series of actions or keywords. Hybrid frameworks combine features of the other three for increased flexibility.
The document discusses exploring APIs using Postman. It recommends testing APIs without a pre-set script through exploratory testing. It provides tips for using Postman to import APIs from Chrome or Swagger and test parameters, outputs, interoperability, security, exceptions, and data of public APIs. The document includes resources for further API and Postman learning.
Postman Webinar: Continuous Testing with PostmanPostman
油
In this webinar, Postman Developer Advocate Joyce Lin and Engineering Manager Trent McCann discuss automating your tests with Postman while walking you through some advanced testing workflows. Topics include:
- Run tests locally using Postmans Collection Runner
- Automate testing as part of your continuous integration (CI) pipeline using Postmans Newman (a command-line collection runner for Postman)
- Run health and security checks using Postman monitors
This document discusses test automation frameworks. It introduces test automation frameworks and explains that they provide an environment for executing automated test cases. It then describes four main types of test automation frameworks: modular, data-driven, keyword-driven, and hybrid. The modular framework uses independent test scripts for each module or function. Data-driven frameworks store test data externally and load it into scripts. Keyword-driven frameworks represent tests as series of actions or keywords. Hybrid frameworks combine features of the other three for increased flexibility.
The document discusses exploring APIs using Postman. It recommends testing APIs without a pre-set script through exploratory testing. It provides tips for using Postman to import APIs from Chrome or Swagger and test parameters, outputs, interoperability, security, exceptions, and data of public APIs. The document includes resources for further API and Postman learning.