Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. def test_008(self):
  2. rvh= splitScreen1(self.driver)
  3. self.assertEqual("RSRQ",rvh)
  4. time.sleep(2)
  5.  
  6. def test_009(self):
  7. rvi = splitScreen2(self.driver)
  8. self.assertEqual("RSRQ",rvi)
  9. time.sleep(2)
  10.  
  11. def test_010(self):
  12. rvj=splitScreen3(self.driver)
  13. self.assertEqual("RSSI",rvj)
  14. time.sleep(3)
  15.  
  16. def test_011(self):
  17. rvk=splitScreen4(self.driver)
  18. self.assertEqual("SINR",rvk)
  19. time.sleep(3)'''
  20.  
  21.  
  22.  
  23. if __name__=='__main__':
  24. unittest.main(testRunner=HtmlTestRunner.HTMLTestRunner(output='Dmat_dir',))
  25. print("unit test completed")
  26. yag=yagmail.SMTP(user="cda@gmail.com",password="login1")
  27. yag.send("xyz@gmail.com",contents="C:\Users\inswadhwa\PycharmProjects\automation\reports\Dmat_dir\hi.html")
  28. print("email sending completed")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement