Ejemplo n.º 1
0
 def test_school_report(self):
     self.tests.pop()
     self.logger.info("test_school_report" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     print("school wise records validation ")
     b=check_schoolinfra_report(self.driver)
     res = b.test_report()
     self.assertEqual("menu",res,msg="Dashboard is not exists!")
     self.logger.info("test_school_report is completed...")
Ejemplo n.º 2
0
 def test_school_report(self):
     self.tests.pop()
     self.logger.info("test_school_report" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = check_schoolinfra_report(self.driver)
     res = b.test_report()
     self.assertEqual("menu", res, msg="Dashboard is not exists!")
     print("Menu list is displayed")
     self.data.page_loading(self.driver)
     self.logger.info("test_school_report is completed...")
 def test_school_report(self):
     b = check_schoolinfra_report(self.driver)
     res = b.test_report()
     self.assertEqual("menu", res, msg="Dashboard is not exists!")
     print("Menu list is displayed")
     self.data.page_loading(self.driver)
Ejemplo n.º 4
0
 def test_school_report(self):
     b = check_schoolinfra_report(self.driver)
     res = b.test_report()
     self.assertEqual("menu", res, msg="Dashboard is not exists!")
 def test_school_report(self):
     print("school wise records validation ")
     b = check_schoolinfra_report(self.driver)
     res = b.test_report()
     self.assertEqual("menu", res, msg="Dashboard is not exists!")