public class TC_RF_017 { //we have a defect in this test scrict no warning accurs when user do not follow password privacy polacy driver.findElement(By.id("input-firstname")).sendKeys("Mahendra"); ...
driver.findElement(By.id("input-password")).sendKeys("Mahendra@7"); driver.findElement(By.id("input-confirm")).sendKeys("Mahendra@7"); String actualProperDetailsTwo ...