Example #1
0
 def test_plotvalue(self):
     self.tests.pop()
     self.logger.info("test_plotvalue" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     print("checking x and y axis values")
     b =Graph_values(self.driver)
     res = b.test_plots()
     self.logger.info("test_plotvalue is completed...")
Example #2
0
 def test_plotvalue(self):
     self.tests.pop()
     self.logger.info("test_plotvalue" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = Graph_values(self.driver)
     res = b.test_plots()
     print("Checked with x and y values are working..")
     self.data.page_loading(self.driver)
     self.logger.info("test_plotvalue is completed...")
 def test_plotvalue(self):
     b = Graph_values(self.driver)
     res = b.test_plots()
     print("Checked with x and y values are working..")
     self.data.page_loading(self.driver)
Example #4
0
 def test_plotvalue(self):
     b = Graph_values(self.driver)
     res = b.test_plots()
 def test_plotvalue(self):
     print("checking x and y axis values")
     b = Graph_values(self.driver)
     res = b.test_plots()