Esther OkaforforEsther's Blogesthertestcodes.hashnode.net·Jul 8, 2022Getting started with postman - Writing your first testAfter my last article on how to generate a Newman report for postmanI got a request to write about how to install postman and write a test. I also figured a lot of beginners would find this really useful. A little background info, Postman is one of t...Discuss·3 likes·174 readsPostman
Frederick Hoforfreddyho.hashnode.net·Apr 23, 2023Automated API tests with Postman using AWS Lambda - Part 1Introduction In this two-part blog post, I'm going to show you how you can run a Postman collection in an AWS Lambda function to test your APIs. Postman is a tool that can be used to test APIs. These Postman tests can be exported into a Postman colle...Discuss·1 like·78 readsaws lambda
Priti SolankiforCurious Mindcuriousmind.hashnode.net·Jul 21, 2022Newman - CLI companion for PostmanA developer's love for the command line is undeniable. The developer's expression when you say - "Run this test suite in Postman. Generate the summary, download and share" via GIPHY Meet "Newman" : It is a command-line collection runner for Postman...Discuss·95 readsPostman
Frederick Hoforfreddyho.hashnode.net·Apr 23, 2023Automated API tests with Postman using AWS Lambda - Part 1Introduction In this two-part blog post, I'm going to show you how you can run a Postman collection in an AWS Lambda function to test your APIs. Postman is a tool that can be used to test APIs. These Postman tests can be exported into a Postman colle...Discuss·1 like·78 readsaws lambda
Priti SolankiforCurious Mindcuriousmind.hashnode.net·Jul 21, 2022Newman - CLI companion for PostmanA developer's love for the command line is undeniable. The developer's expression when you say - "Run this test suite in Postman. Generate the summary, download and share" via GIPHY Meet "Newman" : It is a command-line collection runner for Postman...Discuss·95 readsPostman
Esther OkaforforEsther's Blogesthertestcodes.hashnode.net·Jul 8, 2022Getting started with postman - Writing your first testAfter my last article on how to generate a Newman report for postmanI got a request to write about how to install postman and write a test. I also figured a lot of beginners would find this really useful. A little background info, Postman is one of t...Discuss·3 likes·174 readsPostman
Mike Mwanjeformikemwanje.hashnode.net·Jan 15, 2022How to run API automated tests with Newman on CircleCI.Postman is a great tool not only for building, but also for testing APIs. In this post, we shall look at how to use Newman, Postman’s command-line collection runner, to run automated tests for an API in a CI/CD pipeline running on CicleCI. Whereas th...Discuss·94 readsPostman