Exemple #1
0
 def test_schoolwise_csv_download(self):
     csv = SchoolwiseCsv(self.driver)
     result = csv.click_download_icon_of_schools()
     if result == "File Not Downloaded":
         raise self.failureException(result)
     else:
         print("School wise csv report download is working")
Exemple #2
0
    def test_schoolwise_cv_download(self):
        self.tests.pop()
        self.logger.info("test_schoolwise_cv_download is running" + " " + "Total :" + " " + str(
            self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))

        csv = SchoolwiseCsv(self.driver)
        result = csv.click_download_icon_of_schools()
        if result == "File Not Downloaded":
            raise self.failureException(result)
        self.logger.info("test_schoolwise_cv_download is completed...")
Exemple #3
0
 def test_schoolwise_cv_download(self):
     csv = SchoolwiseCsv(self.driver)
     result = csv.click_download_icon_of_schools()
     if result == "File Not Downloaded":
         raise self.failureException(result)