Category Archives: Selenium Java
• Selenium Java • Selenium WebDriver
How To Find Hidden Elements In Selenium WebDriver With Java
Have you ever struggled with handling hidden elements while automating a web or mobile application? I was recently automating an eCommerce application. I struggled with handling hidden elements on the web page.
January 3, 2023
41693 Views
15 Min Read
13 Best Java Testing Frameworks For 2023
The fact is not alien to us anymore that cross browser testing is imperative to enhance your application’s user experience.
January 1, 2023
144698 Views
17 Min Read
• Selenium WebDriver • Selenium Java
How To Handle Dynamic Dropdowns In Selenium WebDriver With Java
Joseph, who has been working as a Quality Engineer, was assigned to perform web automation for the company’s website.
December 23, 2022
41417 Views
17 Min Read
How To Automate Toggle Buttons In Selenium Java
If you pay close attention, you’ll notice that toggle switches are all around us because lots of things have two simple states: either ON or OFF (in binary 1 or 0).
November 24, 2022
186639 Views
13 Min Read
Fluent Interface Design Pattern in Automation Testing
Recently, I was going through some of the design patterns in Java by reading the book Head First Design Patterns by Eric Freeman, Elisabeth Robson, Bert Bates, and Kathy Sierra.
October 27, 2022
271689 Views
26 Min Read
How To Handle Stale Element Reference Exceptions In Selenium Java
While using Selenium with Java, we experience several exceptions while developing our automation code. An exception is an event that interrupts a program’s execution flow.
October 3, 2022
213473 Views
14 Min Read
How To Automate Shadow DOM In Selenium WebDriver
I came across one of the test cases in my previous projects where I had to click on a button to navigate to the next page. I searched for the element locator of the button on the page and ran the tests hoping it would click the button and navigate to the next page.
September 26, 2022
202340 Views
14 Min Read
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
491889 Views
17 Min Read
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
151648 Views
15 Min Read
Selenium with Java Tutorial: A Complete Guide on Automation Testing using Java
While getting started with automation testing, two questions pop up in a tester’s mind. Which framework should be used for automation testing? Which programming language should be preferred? When it comes to the automation testing framework, Selenium is often the first option that comes to our mind.
June 1, 2022
224148 Views
10 Min Read