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

Google Chat API - Adding to the Existing requests for receiving notifications upon completion

 Dear Folks,


Hope all of you are safe and healthy :-)


If you have just started API testing with Postman, or executing a small set of test cases, else if you are in the learning phase, this google chat API will be really helpful for you.


You need to be informed about the completion of the run every time. The easiest way could be to access the google chat API and add it to your existing collection. 


If you are using google chat on your machine, it's sooper easy :-)


Please refer below or step details:


  1. Create a room in Google chat (Add the recipients list).



If you do not add any participants, only you will be part of that room.


  1.  Now your room is created successfully:


  1. Select “Manage Webhooks” as displayed below:



  1. Type your convenient name and click save:





  1. Copy the link to the Clipboard. Open your collection/folders, just add this as a new POST request to the existing ones.




  1. Hit “Send”:




Along with your execution, set this as the last request in your execution flow. 


postman.setNextRequest(“Test Bot”);`


So you get desktop notification once your number of iterations are completed. 


Note: You can do this with your existing group if you are already using google chat application. Plan that based on your request.


I hope it will be useful.


Comments

Popular Posts