Selenium Webdriver Page Object Model with Page Factory and @FindBys and @FindAll annotation.LoginPage.JavaFeb 10Feb 10
SOLID Open/Closed Principle (OCP) in JavaThe Open/Closed Principle is one of the SOLID principles of object-oriented design. It states that:Feb 7Feb 7
Spanish subject pronouns and reflexive pronouns.“Here is the table. You have no option but to memorize it. Over time, it will become hardcoded in your brain, though.Feb 3Feb 3
Implementing a Thread-Safe Singleton WebDriver in Selenium 4+In the world of Selenium-based test automation, efficient handling of WebDriver instances is critical for ensuring thread safety and…Dec 31, 2024Dec 31, 2024
The Singleton Pattern: A Deep Dive with Double-Checked Locking and Lazy Initialization in JavaWhat is it ?Dec 30, 2024Dec 30, 2024
An easy way to master Spanish present perfect and past perfect for regular verbs.In English:Dec 23, 2024Dec 23, 2024
The Interface Segregation Principle (ISP) in SOLID.The Interface Segregation Principle (ISP) in Java states that a class should not be forced to implement methods it does not use.Dec 16, 2024Dec 16, 2024
The Liskov Substitution Principle (LSP) in simple terms.Liskov Substitution Principle (LSP)Dec 13, 2024Dec 13, 2024