def test_crc_graph(self):
     b = plot_values(self.driver)
     res1, res2 = b.test_plots()
     self.assertNotEqual(0, res1, msg="Xaxis options are not present")
     self.assertNotEqual(0, res2, msg='Yaxis options are not present')
     self.data.page_loading(self.driver)
     print("checked graph x and y axis options")
 def test_crc_graph(self):
     b = plot_values(self.driver)
     res1, res2 = b.test_plots()
     self.assertNotEqual(0, res1, msg="x Axis options are not contains in select box")
     self.assertNotEqual(0, res2, msg="y axis options are not present in drop down")
     self.data.page_loading(self.driver)
     print("checked graph x and y axis options")
 def test_crc_graph(self):
     b = plot_values(self.driver)
     result = b.test_plots()
     self.assertNotEqual(0,
                         result,
                         msg="Axis options are not contains in select box")
     self.data.page_loading(self.driver)
     print("checking with graph values ")
 def test_crc_graph(self):
     self.tests.pop()
     self.logger.info("test_crc_graph" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = plot_values(self.driver)
     result = b.test_plots()
     self.assertNotEqual(0, result, msg="Axis options are not contains in select box")
     self.data.page_loading(self.driver)
     print("checked graph x and y axis options")
     self.logger.info("test_crc_graph is completed...")
Ejemplo n.º 5
0
 def test_crc_graph(self):
     b = plot_values(self.driver)
     result = b.test_plots()
     self.assertNotEqual(0,
                         result,
                         msg="Axis options are not contains in select box")