Category Archives: Selenium Java
• Selenium Java • Automation • Tutorial
How to Use Thread.sleep() in Selenium
When performing Selenium automation testing, you might encounter a NoSuchElementException() when the element you’re trying to interact with isn’t found.
April 25, 2024
205965 Views
20 Min Read
• Automation • Selenium Java • Tutorial
How to Handle Shadow Root in Selenium Java
When automating tests using Selenium, there may be a scenario where you can’t find an element on a web page even though it seems to be in the Document Object Model (DOM).
April 22, 2024
138442 Views
19 Min Read
• Automation • Selenium Java • Selenium Tutorial
How To Take Screenshot In Selenium Java?
Selenium is an open-source automation tool widely used for testing web applications. It enables developers to create scripts that automate browser activities, evaluate expected results, and ensure application functionality.
April 5, 2024
308974 Views
11 Min Read
• Automation • Selenium Java • Tutorial
Handling “Element is Not Clickable at Point” Exception in Selenium
In Selenium automation testing, locators help identify and interact with any element on the web page. For example, ID, Name, ClassName, XPath, CSS Selector, TagName, LinkText, and Partial LinkText are widely used to help you interact with the elements on the web page.
March 28, 2024
363892 Views
10 Min Read
• Automation • Selenium Java • Tutorial
How to Click Button in Selenium: A Complete Guide
No software test is truly complete without interacting with the elements of a webpage. Clicking a button to submit a form, checking a checkbox, or following a link are some of the primary actions users take.
March 28, 2024
422406 Views
24 Min Read
• Selenium Tutorial • Selenium Java • Selenium Python • Selenium WebDriver
Learn To Close Browser Tabs In Selenium Python And Java
If you have landed here, you must be familiar with the basics of the automation testing framework, Selenium. Selenium automation offers various methods to mimic user interaction with testing scripts.
March 21, 2024
267143 Views
21 Min Read
• Selenium Java • Automation • Tutorial
How to Handle Modal Dialog Box in Selenium WebDriver Java
Websites frequently implement popups, alerts, or modal dialog boxes for various use cases, such as accepting cookies, asking for permissions, entering data, and warning alerts.
March 20, 2024
327269 Views
22 Min Read
13 Best Java Testing Frameworks For 2024
The fact is not alien to us anymore that cross browser testing is imperative to enhance your application’s user experience.
February 20, 2024
238454 Views
17 Min Read
How To Install TestNG In Eclipse: Step-By-Step Guide
Test automation guarantees software competence without repetitive human intervention.
February 12, 2024
237286 Views
7 Min Read
• Selenium Java • Automation • Tutorial
How To Automate Using TestNG In Selenium
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
615489 Views
41 Min Read