Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 630 Bytes

File metadata and controls

21 lines (19 loc) · 630 Bytes

python_pom_sample_tests

Python: Selenium Page Object Model + Test Cases

Dependencies

  1. Python
  2. Selenium python library
  3. Set environment variable for latest CHROMEDRIVER & GECKODRIVER in system PATH

Description

  • Test Cases are written in TestCase.py file
  • locators.py file contains the locators used in Test Cases
  • page.py file contains the action methods like click on button, type in text field etc..

How to run:

  1. Move to project directory
  2. open Terminal/CMD and execute: python TestCase.py