コード例 #1
0
 public User_LoginSteps(WebTestsFixtureAutomation testsFixture)
 {
     _testsFixture  = testsFixture;
     _userLoginPage = new UserLoginPage(testsFixture.BrowserHelper);
 }
コード例 #2
0
 public CommomSteps(WebTestsFixtureAutomation testsFixture)
 {
     _testsFixture     = testsFixture;
     _userRegisterPage = new UserRegisterPage(testsFixture.BrowserHelper);
 }
コード例 #3
0
 public Order_AddOrderLineToTheCartSteps(WebTestsFixtureAutomation testsFixture)
 {
     _testsFixture  = testsFixture;
     _orderPage     = new OrderPage(testsFixture.BrowserHelper);
     _userLoginPage = new UserLoginPage(testsFixture.BrowserHelper);
 }