Web Reference :
- GoCalc :
http://gointerview.s3-website-us-east-1.amazonaws.com/calculator.html
- 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 :
- Test Data
- Locator
- Page
- Test Script / Test File