Skip to content

Create a mockup automation software testing using Selenium along with Test Results, powered by Python.

Notifications You must be signed in to change notification settings

tduongtad1304/POM-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POM-Selenium

Create a mockup automation software testing using Selenium along with Test Results, power by Python.

❌ Disclaimer

🏫 This is a project for completing the Software Testing Courses on my University.

🪙 No commercial purpose at all,  feel free to use or distribute to it.

🚧 Prerequisite

1. Installing Python & Dependencies

2. Installing IDE (recommend Visual Studio Code)

📕 Usage

Going through it, firstly, clone this repository by:

git clone https://github.com/tduongtad1304/POM-Selenium.git

Then open the folder by: code .

For testing testcases, open the terminal and add those script respectively:

  • For testing login testcase:
python -m POMSeleniumTest.Tests.login_logout.login
  • For testing logout testcase:
python -m POMSeleniumTest.Tests.login_logout.logout
  • For testing homepage testcase:
ython -m POMSeleniumTest.Tests.homepage.test_homepage

or just simply navigate to this file for copy the script test: script_test

📕 More information

* For more information about Selenium Python: https://selenium-python.readthedocs.io/

About

Create a mockup automation software testing using Selenium along with Test Results, powered by Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published