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

Se3 vs Se4

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 »