kalleantero / kalleantero.github.io

0 stars 0 forks source link

https://www.kallemarjokorpi.fi/blog/how-to-automate-api-testing-with-azure-devops-and-postman #11

Open kalleantero opened 1 year ago

kalleantero commented 1 year ago

Blog by Kalle Marjokorpi

This blog is concentrated to Microsoft and cloud technology, coding and architecture. Solutions, tips and knowledge from a developer to developer.

https://www.kallemarjokorpi.fi/blog/how-to-automate-api-testing-with-azure-devops-and-postman

kalleantero commented 1 year ago

Migrated from Cusdis. Written by Software Testing Notes at 2022-02-17 12:20.

This article was curated as a part of the 45th Issue of the Software Testing Newsletter. https://softwaretestingnotes.substack.com/p/issue-45-software-testing-notes

kalleantero commented 1 year ago

Migrated from Cusdis. Written by PedroC88 at 2022-11-20 03:03.

Is there a way to have the command fail on any non-200 response? If the call for example returns a 400 code, it's still not reported as a failure if the tests don't explicitly test it. I know we could enhance the test to validate the result but maybe there's a way to validate it without having to write that test in all our calls.