All posts by Vipul Gupta
Selenium JavaAutomationTutorial
How To Automate Using TestNG In Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. Automation testing is vital for quick, accurate, and repetitive testing. It speeds up testing, improves accuracy, and reduces manual effort. Detecting and fixing issues early enhances software quality.
January 24, 2024
633329 Views
41 Min Read
AutomationSelenium JavaScriptTutorial
How To Perform Storybook Visual Testing
Consider working on a website to provide customers with the best possible user experience and seamless flow. While testing the website, you might find all automated tests passing on all browser and platform combinations with zero issues.
December 21, 2023
145951 Views
20 Min Read
Selenium JavaAutomationTutorial
How To Perform Web Scraping with Selenium Java
In today’s data-driven world, data aggregated from various sources is very important. It directly or indirectly impacts all our activities and abilities to make decisions for market research analysis or informed decisions in any industry for their growth and development.
November 13, 2023
160674 Views
25 Min Read
AutomationSelenium JavaTutorial
How to Fix NoSuchElementException in Selenium
Dynamic websites have become prevalent in today’s digital world. They introduce many challenges related to digital experiences, such as the dynamic loading of pages and WebElements. The dynamic loading of web pages and elements has become a significant concern.
November 6, 2023
124302 Views
20 Min Read
AutomationSelenium JavaTutorial
How to Handle Auto Suggestions in Selenium Java
You may have observed that when searching on Google or browsing through an eCommerce platform, automatic suggestions appear almost instantly as you start typing. These suggestions, known as auto-suggestions, are intended to provide a rapid guide to potentially relevant keywords and top searches based on your input.
August 4, 2023
196065 Views
25 Min Read
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
105122 Views
21 Min Read
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
59288 Views
19 Min Read
A Complete Guide To Exception Tests In TestNG [With Examples]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. 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
51413 Views
20 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
150911 Views
15 Min Read
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
212252 Views
16 Min Read