def test_download_clusterwise_csv(self):
     b = load_clusterwise_csv(self.driver)
     result = b.test_clusterwise()
     self.assertTrue(result, msg="File is not downloaded")
     b.remove_file()
     print("cluster wise csv file is downloaded ")
     self.data.page_loading(self.driver)
 def test_donwoad_clusterwise_csv(self):
     self.tests.pop()
     self.logger.info("test_donwoad_clusterwise_csv" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = load_clusterwise_csv(self.driver)
     result = b.test_clusterwise()
     self.assertTrue(result, msg = "File is not downloaded")
     b.remove_file()
     print("cluster level csv files are downloaded..")
     self.logger.info("test_donwoad_clusterwise_csv is completed...")
Example #3
0
 def test_donwoad_clusterwise_csv(self):
     b = load_clusterwise_csv(self.driver)
     result = b.test_clusterwise()
     self.assertTrue(result, msg="File is not downloaded")
     b.remove_file()