Skip to content

KimiWMH/Webcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcheck

Automation Script for web test

Keyword:Python Selenium Pytest Page Object

What is webcheck?

Webcheck is based on selenium with page object model.

What is a Page Object?

An excerpt from the Selenium Wiki

*Within your web app's UI there are areas that your tests interact with. A Page Object simply models these as objects within the test code. This reduces the amount of duplicated code and means that if the UI changes, the fix need only be applied in one place.*

Releases

No releases published

Packages

No packages published

Languages