#java
Read more stories on Hashnode
Articles with this tag
Introduction The Page Object Model (POM) is a design pattern in Selenium that helps us in creating a more readable, maintainable and reusable...
Introduction Singleton class in Java basically a design pattern, that restrict the creation of more than one object of a class, that is needed when...