public AlertsFramesWindowsTestSuite()
 {
     driver              = new Amazon_Automation_testing_Selenium.GenericHelper.SeleniumSetMethod().GetDriver();
     homePage            = new PageHelper.HomePage();
     alertsFramesWindows = new PageHelper.AlertsFramesWindowsPage();
 }
Exemple #2
0
 public CheckboxAndRadioButtonTestSuit()
 {
     driver           = new Amazon_Automation_testing_Selenium.GenericHelper.SeleniumSetMethod().GetDriver();
     checkBoxAndRadio = new PageHelper.CheckBoxRadioPage();
     homePage         = new PageHelper.HomePage();
 }
 public SideBarTestSuit()
 {
     driver   = new Amazon_Automation_testing_Selenium.GenericHelper.SeleniumSetMethod().GetDriver();
     homePage = new PageHelper.HomePage();
 }
Exemple #4
0
 public SearchTestSuit()
 {
     driver     = new GenericHelper.SeleniumSetMethod().GetDriver();
     homePage   = new PageHelper.HomePage();
     searchPage = new PageHelper.SearchPage();
 }
Exemple #5
0
 public ElementsTestSuite()
 {
     driver       = new Amazon_Automation_testing_Selenium.GenericHelper.SeleniumSetMethod().GetDriver();
     homePage     = new PageHelper.HomePage();
     elementsPage = new PageHelper.ElementsPage();
 }
 public InteractionTestSuit()
 {
     driver      = new Amazon_Automation_testing_Selenium.GenericHelper.SeleniumSetMethod().GetDriver();
     homePage    = new PageHelper.HomePage();
     interaction = new PageHelper.InteractionPage();
 }