Skip to content

design test cases to test some features at google play website according to page object model (POM)

Notifications You must be signed in to change notification settings

ahmedmostaffa/Selenium-webdriver-using-POM-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Project

  • This repository contains the companion project for Selenium WebDriver with Python. During this project, I have built Web UI test automation solution for google play website using Python and Selenium WebDriver.

Installation

In this repository , I have used webdriver "chromedriver" for automated testing across chrome browser. You can download and install this webdriver from this link "https://chromedriver.chromium.org/downloads".

Downloading Python bindings for selenium

  • you can download python bindings for selenium from this command line:
pip install selenium
pip install pytest

Running Tests locally


  • To run the tests ,Navigate to the directory. If you want to run all tests , you should enter this command:
python -m pytest
  • If you want to run a specific class or test , you should enter this command:
python -m pytest Tests\test_scenario_1.py

About

design test cases to test some features at google play website according to page object model (POM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published