Open in app
Home
Notifications
Lists
Stories

Write
Abhishek Dhoundiyal
Abhishek Dhoundiyal

Home

Published in Geek Culture

·Feb 3

How to send Message Notification on Microsoft Teams channel — Rest API & Webhook

Step By Step Guide to setup MS Team Webhook & Rest API First, we need to open the channel, where we need to add the communication webhook. On the channel, click on 3 dots(kebab menu) and click on Connectors Search for Incoming webhook

Microsoft Teams

2 min read

Microsoft Teams channel Notification System — Rest API & Webhook
Microsoft Teams channel Notification System — Rest API & Webhook

How to send Message Notification on Microsoft Teams channel — Rest API & Webhook

Step By Step Guide to setup MS Team Webhook & Rest API

First, we need to open the channel, where we need to add the communication webhook.

On the channel, click on 3 dots(kebab menu) and click on Connectors

Search for Incoming webhook

--

--


Published in Geek Culture

·Jul 28, 2021

Utilizing the Java 8 Parallel Stream for faster Results in Selenium Automation

The Stream was first introduced in Java 8, and the API is used to process collections of objects. Basically, a stream is a sequence of objects that supports various methods which can be pipelined to produce the desired result. Different Operations On Streams: Intermediate Operations: map, filter, sorted. Terminal Operations…

Java 8 Feature

3 min read

Utilizing the Java 8 Parallel Stream for faster Results in Selenium Automation
Utilizing the Java 8 Parallel Stream for faster Results in Selenium Automation

Published in Geek Culture

·Jul 22, 2021

TestNG - Passing ArrayList and Map in @Test method via @Dataprovider

Today, I came to a problem where I need to use theArrayList and Map data in the Test method. Note: Although, we are passing Object[][] but later on the @Test method argument, we are using ArrayList and Map. Example: The main use case is passing multiple ArrayList and Map based…

Testng

2 min read

TestNG - Passing ArrayList and Map in @Test method via @Dataprovider
TestNG - Passing ArrayList and Map in @Test method via @Dataprovider

Published in Geek Culture

·Jul 21, 2021

Using TestNG @Factory Annotation with @Dataprovider

TestNG @Factory annotation is used to specify a method as a factory for providing objects to be used by TestNG for test classes. The method marked with @Factory annotation and must return Object[]. First, let’s understand the difference between @factory and @DataProvider annotation? TestNG @Factory annotation is used to create instances of test classes dynamically. This is useful if you…

Testng

3 min read

Using TestNG @Factory Annotation with @Dataprovider
Using TestNG @Factory Annotation with @Dataprovider

Published in Geek Culture

·Jul 21, 2021

Implementing Download Restrictions on Selenium Chromedriver

DownloadRestrictions Allow download restrictions Supported on: Google Chrome (Linux, Mac, Windows) since version 61 Google Chrome OS (Google Chrome OS) since version 61 Description: Setting the policy means users can’t bypass download security decisions. Setting the policy to: * Block dangerous downloads means all downloads are allowed, except for those that carry safety warnings. * Block potentially…

Selenium

2 min read

Implementing Download Restrictions on Selenium Chromedriver
Implementing Download Restrictions on Selenium Chromedriver

Published in Geek Culture

·Jul 21, 2021

How to set Download Directory Path in Chrome & Firefox & Edge

DownloadDirectory Set download directory Supported on: Google Chrome (Linux, Mac, Windows) since version 11 Google Chrome OS (Google Chrome OS) since version 35 Description: Setting the policy sets up the directory Chrome uses for downloading files. …

Selenium

3 min read

How to set Download Directory Path in Chrome & Firefox & Edge
How to set Download Directory Path in Chrome & Firefox & Edge

Published in Geek Culture

·Jul 19, 2021

How to define Test Timeout in TestNG

TestNG allows us to set a timeout period for a test to get execute completely. Timeout can be configured at two levels: Suite level — This will be applicable for all the tests present in the TestNG test suite. Test level — This will be applicable for the test method…

Testng

2 min read

How to define Test Timeout in TestNG
How to define Test Timeout in TestNG

Published in Geek Culture

·Jul 19, 2021

How to Read Column Wise Data from Excel File-Apache POI

Today someone on the Stack-overflow, asked me that he wanted to read the below Example Data using cell reference attribute. The table in the sheet is maintained in column order. For example, if the table is something like: Then he wanted the script to run for:

Apache Poi

3 min read

How to Read Column Wise Data from Excel File-Apache POI
How to Read Column Wise Data from Excel File-Apache POI

Published in Geek Culture

·Jul 15, 2021

Selenium Get, Capture & display the validation error message.

In our day to day task we get into cases, where we need to verify the form validation message and had to verify the state of the element. Let’s take an example to understand it better. Check the below screenshot and let’s assume we want to get the validation error…

Selenium

2 min read

Selenium Get, Capture & display the validation error message.
Selenium Get, Capture & display the validation error message.

Published in Geek Culture

·Jul 15, 2021

Fixing scrollIntoView in Selenium using JavascriptExecutor

To scroll to a specific element in selenium, we use scrollIntoView method. Lets’ understand the scrollIntoView method very quickly. scrollIntoView: The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user Ref: https://developer.mozilla.org/en/docs/Web/API/Element/scrollIntoView Now let’s take an example to understand it properly:

Selenium

2 min read

Fixing scrollIntoView in Selenium using JavascriptExecutor
Fixing scrollIntoView in Selenium using JavascriptExecutor
Abhishek Dhoundiyal

Abhishek Dhoundiyal

Principal QA Manager at MakeMyTrip https://stackoverflow.com/users/5372079/abhishek-dhoundiyal

Following
  • Kailash Pathak

    Kailash Pathak

  • Sanjay Kumar | Upgrade to SelectorsHub - XPathTool

    Sanjay Kumar | Upgrade to SelectorsHub - XPathTool

  • Ministry of Testing

    Ministry of Testing

  • Sheetal

    Sheetal

  • Bethany Wilson

    Bethany Wilson

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable