def test_tabledata_districtwise(self):
     b = districtwise_tabledata(self.driver)
     res = b.test_table_data()
     if res != 0:
         raise self.failureException('Data not found on table')
     print("Districtwise table data is present...")
     self.data.page_loading(self.driver)
示例#2
0
 def test_tabledata_districtwise(self):
     self.tests.pop()
     self.logger.info("test_tabledata_districtwise" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     print("districtwise table records..")
     b =districtwise_tabledata(self.driver)
     res = b.test_table_data()
     if res != 0:
         raise self.failureException('Data not found on table')
     self.logger.info("test_tabledata_districtwise is completed...")
示例#3
0
 def test_tabledata_districtwise(self):
     b = districtwise_tabledata(self.driver)
     res = b.test_table_data()
     if res != 0:
         raise self.failureException('Data not found on table')