Skip to content

Automation Test Scripts using Python as a programming language and using Page Object Model in Selenium

Notifications You must be signed in to change notification settings

alyachaerul/pom-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Object Model on Creating Test Script in Selenium

Web Reference :

  1. GoCalc : http://gointerview.s3-website-us-east-1.amazonaws.com/calculator.html
  2. Automation Testing Web : http://automationpractice.com/index.php?

Install pytest, import pytest : import pytest

Run the pytest to start session : python -m pytest

Page Object Model : Mengurangi duplikasi code

Terdapat file dengan fungsinya masing-masing yang dipisah :

  1. Test Data
  2. Locator
  3. Page
  4. Test Script / Test File

About

Automation Test Scripts using Python as a programming language and using Page Object Model in Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages