Beispiel #1
0
 def test_schools_scores(self):
     self.tests.pop()
     self.logger.info("test_schools_scores" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     print("checking with school level values")
     b = schools_btn_scores(self.driver)
     res = b.test_click_schools()
     self.data.page_loading(self.driver)
     self.logger.info("test_schools_scores is completed...")
 def test_schools_scores(self):
     self.tests.pop()
     self.logger.info("test_schools_scores" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     b = schools_btn_scores(self.driver)
     res = b.test_click_schools()
     self.data.page_loading(self.driver)
     print("school button is worked and infra scores is working ")
     self.logger.info("test_schools_scores is completed...")
Beispiel #3
0
    def test_block_cluster_schools_infrascores(self):
        b = block_btn_scores(self.driver)
        result = b.test_click_blocks()
        self.data.page_loading(self.driver)
        print("block button is worked and infra scores is working ")

        b = cluster_btn_scores(self.driver)
        result = b.test_click_clusters()
        self.data.page_loading(self.driver)
        print("cluster button is worked and infra scores is working ")

        b = schools_btn_scores(self.driver)
        res = b.test_click_schools()
        self.data.page_loading(self.driver)
        print("school button is worked and infra scores is working ")
 def test_schools_scores(self):
     print("checking with school level values")
     b = schools_btn_scores(self.driver)
     res = b.test_click_schools()
     self.data.page_loading(self.driver)
Beispiel #5
0
 def test_schools_scores(self):
     b = schools_btn_scores(self.driver)
     res = b.test_click_schools()
     self.data.page_loading(self.driver)
     print("school button is worked and infra scores is working ")