All posts by Vipul Gupta

About Vipul Gupta

Vipul Gupta is a passionate Quality Engineer with 6+ years of experience and keen interest in automation testing of Web and API based applications. He is having experience in designing and maintaining various automation frameworks. Currently working as Sr. SDET, he enjoys reading and learning about new test practices and frameworks.

Follow me on:

Blogs: 18

How to handle NoSuchWindowException in Selenium

Selenium JavaTutorial

How To Handle NoSuchWindowException In Selenium

In today’s digital landscape, websites are brimming with dynamic content, captivating users with interactive experiences. A notable feature is the frequent emergence of new windows and tabs triggered by specific actions taken by users.

June 6, 2023

view count94065 Views

Read time21 Min Read

Selenium WebDriver

Selenium JavaTutorial

How To Handle SSL Certificates In Selenium WebDriver?

We often access a website on our browser, which works fine. But when you try to access the same while automating it using Selenium WebDriver, the website is not loaded, and the browser shows a security error like “The connection is not secure” or “This connection is Untrusted.”

April 26, 2023

view count47211 Views

Read time19 Min Read

Exception Tests

Selenium Java

A Complete Guide To Exception Tests In TestNG [With Examples]

While automating critical applications like banking apps, it’s important to implement error handling and validation checks to ensure that the application is secure and reliable for the bank’s customers.

April 14, 2023

view count38160 Views

Read time20 Min Read

AutomationSelenium JavaTutorial

How To Perform Local Website Testing Using Selenium And Java

Users expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local infrastructure becomes an unspoken critical requirement for this.

February 8, 2023

view count140045 Views

Read time15 Min Read

A Complete Guide To Selenium Page Load Strategy

AutomationSelenium WebDriverTutorial

A Complete Guide To Selenium Page Load Strategy

Webpage automation has been growing extensively, and most of us have worked on it. It is something on which we work almost regularly, automating several scenarios and navigating through many web pages.

January 23, 2023

view count195773 Views

Read time16 Min Read

How To Get Response Status Code Using Apache HTTP Client

Selenium JavaAutomationTutorial

How To Get Response Status Code Using Apache HTTP Client?

As an automation tester, many times we reminisce about what is going on behind the scenes after the URL is passed to the web browser. What happens once the browser requests to load a website, or how does it know whether its request has been accepted and is ready to be fulfilled or not.

July 11, 2022

view count504238 Views

Read time17 Min Read

How To Select Multiple Checkboxes In Selenium WebDriver Using Java?

Selenium JavaAutomationTutorial

How To Select Multiple Checkboxes In Selenium WebDriver Using Java?

Have you ever wondered how frustrating it would be if you had to log in each time you wanted to view your Facebook profile? Or in a multiple-choice question where you’d like to mark many options but can’t?

June 20, 2022

view count167857 Views

Read time15 Min Read

java event listener

AutomationSelenium JavaTutorial

How To Use Java Event Listeners in Selenium WebDriver

While working on any UI functionality, I tend to aspire for more and more logs and reporting. This happens especially when performing test automation on web pages. Testing such websites means interacting with several web elements, which would require a lot of movement from one page to another, from one function to another.

February 4, 2022

view count297825 Views

Read time13 Min Read