def test_login_and_logout(self):
     self.tests.pop()
     self.logger.info("test_login_and_logout" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     b = test_logout(self.driver)
     res = b.test_logoutbtn()
     self.logger.info("test_login_and_logout is completed...")
 def test_login_and_logout(self):
     self.tests.pop()
     self.logger.info("test_login_and_logout" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     print("login to application and click on logout button ")
     b = test_logout(self.driver)
     res = b.test_logoutbtn()
     self.logger.info("test_login_and_logout is completed...")
Пример #3
0
 def test_login_and_logout(self):
     b = test_logout(self.driver)
     res = b.test_logoutbtn()
Пример #4
0
 def test_login_and_logout(self):
     b = test_logout(self.driver)
     res = b.test_logoutbtn()
     print("login and logout is working")