Exemplo n.º 1
0
 public void BeforeScenario()
 {
     BaseTest.InitializeBrowserAndPages();
     //If we need a test payroll form to be created in the db before running the scenario
     if (ScenarioContext.Current.ScenarioInfo.Tags.Contains("CreatePayrollForm"))
     {
         DbHelper.CreatePayrollForm(); //Create the payroll form
     }
 }