Example #1
0
 public void RegNegWrongConfPass()
 {
     // Try register with wrong confirmation password
     registerPage.PerformRegister("QA_Test", "*****@*****.**", password, password + "x");
     registerPage.AlertVerification("The password confirmation does not match.");
 }