Esempio n. 1
0
 public void WhenISelectedCustomer(string customer)
 {
     BaseSteps.SelectCustomer(customer);
 }
Esempio n. 2
0
 public void WhenIEnterAndAndClickLoginButton(string userName, string password)
 {
     TestData.UserName = userName;
     TestData.Password = password;
     BaseSteps.LoginIntoWord(TestData.UserName, TestData.Password);
 }