Skip to content

prat3ik/python_pom_sample_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Selenium POM automation test cases in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages