Skip to main content
Tag

test automation

All blogs tagged with test automation

4
Articles
16,667
Total Views

Showing 4 of 4 articles

28
Aug
2023
Implicit wait V/s Explicit wait In Java
3,489 views

In Selenium WebDriver, both implicit wait and explicit wait are mechanisms to control the timing of interactions with web elements, especially when elements might not be immediately available due to various reasons such as dynamic content loading, AJAX requests, etc. Both techniques help in synchronizing your tests with the actual behavior of the web application.

20
Aug
2023
org.openqa.selenium.SessionNotCreatedException: session not created exception
5,811 views

The org.openqa.selenium.SessionNotCreatedException is an exception that can occur when working with Selenium, a popular automation testing framework used for web application testing. This exception typically indicates that a new session (browser instance) could not be created due to various reasons.

Translate Page