Esempio n. 1
0
 public void UserLoginsGmail()
 {
     steps.LoginGmail(USEREMAIL, USERPASSWORD);
     steps.WriteALetter(ADDRESSEE);
     steps.CloseBrowser();
     steps.InitBrowser();
     steps.LoginGmail(USEREMAIL2, USERPASSWORD);
     steps.MarkTheLetter();
     steps.CloseBrowser();
     steps.InitBrowser();
     steps.LoginGmail(USEREMAIL, USERPASSWORD);
     steps.WriteALetter(ADDRESSEE);
     steps.CloseBrowser();
     steps.InitBrowser();
     steps.LoginGmail(USEREMAIL2, USERPASSWORD);
     steps.GoToSpam(SPAMFOLDER);
     Assert.True(steps.AssertSpam(USEREMAIL), "all right");
 }