Exemple #1
0
 public TruckSteps(ScenarioContext scenarioContext)
 {
     this.homePage         = new HomePage();
     this.automobilePage   = new AutomobilePage();
     this.snapShot         = new SnapShot();
     this.truckPage        = new TruckPage();
     this._scenarioContext = scenarioContext;
 }
Exemple #2
0
 public AutomobileSteps(ScenarioContext scenarioContext)
 {
     this.homePage       = new HomePage();
     this.automobilePage = new AutomobilePage();
     this.isuranceData   = new IsuranceData();
     this.validator      = new Validator();
     this.snapShot       = new SnapShot();
     _scenarioContext    = scenarioContext;
 }