Beispiel #1
0
 def test_app_zy2(self):
     u = Util()
     users = u.read_excel(testdata, sheetname)
     data = users[0]
     email = data["username"]
     pwd = data["userpassword"]
     data1 = users[1]
     email1 = data1["username"]
     pwd1 = data1["userpassword"]
     print(email, pwd)
     h = HomePage(self.driver)
     h.denglu(email, pwd)
     h.Tuichu()
     h.denglu(email1, pwd1)
Beispiel #2
0
 def test_app_zy3(self):
     h = HomePage(self.driver)
     h.denglu("*****@*****.**", "11111111")
     h.xiugai('llvvlllvvv')