Example #1
0
 def scenario_GALC(self, dataset):
     homePage = HomePage(self.driver)
     webDemo = homePage.selectDemoApp('GALC')
     webDemo.setDataSet(dataset)
     webDemo.processData()
Example #2
0
 def scenario_GAL(self, algorithm, dataset):
     homePage = HomePage(self.driver)
     webDemo = homePage.selectDemoApp('GAL')
     webDemo.setAlgorithm(algorithm)
     webDemo.setDataSet(dataset)
     webDemo.processData()