public BlueSkyCitadelTestingFormSteps()
 {
     automationTestingFormPage = new AutomationTestingFormPage();
 }
 public DataDrivernWithParameterSteps()
 {
     automationTestingFormPage = new AutomationTestingFormPage();
 }
 public DataDrivenWithFeatureStepSteps()
 {
     automationTestingFormPage = new AutomationTestingFormPage();
 }
 public DataDrivenWithExample()
 {
     automationTestingFormPage = new AutomationTestingFormPage();
 }