Exemplo n.º 1
0
 public void Test1()
 {
     Hooks.BeforeDataDrivenTest();
     StepDefinitions.LoginSteps.GivenILoginAsUserWithPassword(TestContext.DataRow["UserName"].ToString(), TestContext.DataRow["Password"].ToString());
     Hooks.AfterDataDrivenTest(TestContext.TestName);
 }