Tag: Selenium webDriver
Few Best practices for developing a robust Selenium automation framework.๐ก

Test Organization: โ๏ธUse Page Object Model and Factory pattern โ๏ธImplement proper test categories using TestNG groups Framework Design: โ๏ธImplement Hybrid framework โ๏ธImplement proper logging โ๏ธAdd screenshot capture on test failure โ๏ธUse configuration files for environment variables Data Management:…
Read More »Selenium WebDriver 3 vs 4: Core Architecture Differences!

Selenium 3 Architecture: Selenium 3 Architecture is made up of four major components: Let’s elaborate on the process, In Selenium 3 Client Library connects with Browser Drivers and Browsers using the JSON Wire Protocol (JSON means JavaScript Object…
Read More »Differences between Selenium 3 Vs. Selenium 4

In this article, I will compare the architecture for Selenium 3 vs Selenium 4, then highlight a few Selenium 4 advantages. I will also discuss the new features in Selenium 4 that have been applied to Selenium IDE, Selenium…
Read More »