Skip to content

Test Automation Framework using Python, unittest, Selenium, request with POM and layered structure.

Notifications You must be signed in to change notification settings

hardikdiyora/TAF_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TAF_Python

Test Automation Framework using Python, unittest, Selenium, request with POM and layered structure.
Steps:
  1. Clone the code.
  2. Import the clone into IDE preferably PyCharm.
  3. Open "config.json" and edit the browser name you want to use. (NOTE : You should have driver file for wanted browser.)
  4. Navigate to "tests" directory in "src".
  5. Run the test using "python -m unittest " or using IDE configuration.
  6. It will create the "test-output" directory with "run.log" log file.

About

Test Automation Framework using Python, unittest, Selenium, request with POM and layered structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages