WAF#3 - Implementing POM design pattern with an Object repository
Introduction
Before discussing POM, first, let's understand what the problem is if POM is not used.
Below is the test written for validLoginTest-
@Test
public void validLoginTest(){
driver.findElement(By.name("username")).sendKeys("Admin");
d...
subodhsingh.hashnode.dev5 min read