Read and share an interesting blog post on API testing.
I had fun with this one. In the end, I chose a blog post from @ambertests which couples Postman, the Big List of Naughty Strings and Reese’s chocolate!
Reasons I found this interesting:
I love exploratory testing with the Naughty Strings list. I have tried manually using it with Swagger in the past so I was really interested to find a way to essentially automate this and get to the fun of exploring the results even quicker.
I’ve tried playing around with Postman in the past with mixed results. I like the way Amber has added screenshots so I can compare what I have on my screen with what she had on hers.
This blog by Prashant Hedge gives a good overview of some of the features in Postman that take it from a basic call making tool, to one that can run more advanced tests:
I like this post about REST api testing via JMETER. Every good tester should be familar with several api testing tools (POST, JMETER, etc.), so the post is really usefull.
I was checking to see if I could find a “collection runner” equivalent in a non-postman tool, and found eviltester’s post about using postman and insomnia as part of his workflow.
Thanks to all who have shared and who continue sharing in future as well. The blog posts shared so far, are informative. The resource I am sharing here is an article and my personal favorite. In author’s words ‘Migrating blog posts I wrote over the years on TestingGeek.com to Linked-In’
The above-listed URL is an excellent source of test ideas (high level as well as specific) that helps in understanding API Testing in a structured way well.
And to overcome the vendor bias - I’m also sharing a post from Danny Dainton on using Fiddler with Postman to set environments. I chose this post because setting environments is something I could have used in a previous role so I imagine I’ll need it again…
Softwaretestinghelp.com is a very fast growing blog on software testing which is founded by Vijay. It includes many topics which contain automation testing, manual testing and web testing. And there is an interesting API Testing topic “Making API Testing Simple with Katalon Studio” that I am really keen on.