All posts by Vipul Gupta
• Automation • Selenium JavaScript • Tutorial
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
132913 Views
20 Min Read
• Selenium Java • Automation • Tutorial
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
148259 Views
25 Min Read
• Automation • Selenium Java • Tutorial
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
112240 Views
20 Min Read
• Automation • Selenium Java • Tutorial
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
184503 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
97193 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
50599 Views
19 Min Read
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
42325 Views
20 Min Read
• Automation • Selenium Java • Tutorial
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
143037 Views
15 Min Read
• Automation • Selenium WebDriver • Tutorial
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
202573 Views
16 Min Read
• Selenium Java • Automation • Tutorial
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
508169 Views
17 Min Read