Skip to content

A simple example of Web UI automated testing framework with Pytest and Page Object Model

Notifications You must be signed in to change notification settings

aifakhri/web-app-testing-framework-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Framework with Pytest and Page Object Model

Introduction

This is a simple project to demostrate the Page Object Model implementation with Pytest for Web UI validation testing.

Libraries

Pytest

python -m pip install pytest

Selenium

python -m pip install selenium

How to

To run this project you could clone this repo and run this command:

pytest test_validation.py

Resource

For more detail about the creation of this project and about the Page Object Model itself, you could read this medium story

About

A simple example of Web UI automated testing framework with Pytest and Page Object Model

Topics

Resources

Stars

Watchers

Forks

Languages