Skip to main content

Featured

How to Visualize your JSON 🕵🏼?

A simple way to view and segregate the complex JSON Hello Peeps, Welcome back to another blog 😉. I hope everything is going well for you. Many people prefer the JSON format for APIs, databases, and other applications for a variety of reasons. Some JSON requests or responses are simple and only contain a few objects. On numerous occasions, you may be required to handle a complex response. I wrote a blog about parsing complex responses before using https://jsonpathfinder.com/ In most cases, however, you will need to further investigate your JSON payload or responses for various reasons and analytical purposes. Are you a visual learner or a fan of mind maps? Then you will undoubtedly fall in love with this tool ❤️ JSON Crack I recently came across this tool and found it’s worth sharing with the community 👓 Once you land on the home page, click “GO TO EDITOR” Now you will see a sample JSON beatified and visualized. To visualize it, clear the left side pane and paste your JSON. For instan

SOAP API Testing Using Postman!!




People usually call Postman as REST API testing tool. Well, actually it’s not.


I have written few tests for Public SOAP API’s which could be definitely useful for the beginners especially with SOAP and Postman. Below is the public collection, you can download and see the different scripts written for a SOAP API Testing via Postman.


I have covered the below sections in my Tests:

  • How to use cheerio for reaching the XML nodes
  • User defined functions
  • Basic Tests for SOAP
https://www.postman.com/bpricilla/workspace/pricilla-s-api-space/collection/12539800-06723786-d067-4959-a671-f71e14759eff?ctx=documentation


Please go through and let me know for any suggestions :-)

Comments

Popular Posts