Category Archives: Selenium Java
• Selenium Java • Automation • Tutorial
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
285526 Views
25 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
508604 Views
17 Min Read
• Selenium Java • Automation • Tutorial
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
173777 Views
15 Min Read
• Selenium Java • Automation • Tutorial
How To Use isDisplayed() In Selenium WebDriver
If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.
April 22, 2022
144358 Views
15 Min Read
• Selenium Java • Automation • Tutorial
How To Handle Multiple Windows In Selenium WebDriver Using Java?
When automating any website or a web application in Selenium, you might have come across a scenario where multiple windows open within an application when a button is clicked, and appropriate action needs to be performed on the opened windows.
March 24, 2022
102568 Views
12 Min Read
• Selenium Java • Automation • Tutorial
How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial]
JUnit Jupiter is a perfect blend of the JUnit 5 programming model and extension model for writing tests and extensions.
March 16, 2022
353453 Views
12 Min Read
• Automation • Selenium Java • Tutorial
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
301023 Views
13 Min Read
• Automation • Selenium Java • Tutorial
FindElement And FindElements In Selenium [Differences]
Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare.
January 18, 2022
305630 Views
21 Min Read
• Automation • Selenium Java • Tutorial
How To Handle Captcha In Selenium
With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one of them.
January 6, 2022
259054 Views
16 Min Read
Selenium Tutorial: Basics and Getting Started
Selenium is still the most influential and well-developed framework for web automation testing. Being one of the best automation frameworks with constantly evolving features, it is poised to lead the industry in all aspects as compared to other trending frameworks like Cypress, Puppeteer, PlayWright, etc.
January 3, 2022
198544 Views
18 Min Read