GitHunt

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.*

Languages

Python100.0%

Contributors

Created September 16, 2019
Updated October 15, 2019
KimiWMH/Webcheck | GitHunt