Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 432 Bytes

File metadata and controls

9 lines (9 loc) · 432 Bytes

Python Test Automation Demo

Demonstrating Python 3 Test Automation Usage:

  • On the validation of the user password.
  • On Selenium Driver (Login into 'http://www.linkedin.com/')
    • Please provide the following on (resources/.linkedin_cred):
      • LINKEDIN_USERNAME
      • LINKEDIN_PASSWORD
    • to view the browser/driver, modify show_browser=True on 'tests/test_selenium_linkedin_login.py::test_linkedin_login'.