Search This Blog
Hello there, warm Welcome :-) I am trying to share the knowledge and cool things I learnt during my QA journey!! I hope you find something interesting here :-)
Featured
- Get link
- X
- Other Apps
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:
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.
Now your room is created successfully:
Select “Manage Webhooks” as displayed below:
Type your convenient name and click save:
Copy the link to the Clipboard. Open your collection/folders, just add this as a new POST request to the existing ones.
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.
- Get link
- X
- Other Apps
Popular Posts
What are the different types of variables in Postman? How and when to use them?
- Get link
- X
- Other Apps
Comments
Post a Comment