https://github.com/nottyo/robotframework-selenium-pageobjectpattern
Web Testing design with Page Object Design Pattern
https://github.com/nottyo/robotframework-selenium-pageobjectpattern
Last synced: 5 months ago
JSON representation
Web Testing design with Page Object Design Pattern
- Host: GitHub
- URL: https://github.com/nottyo/robotframework-selenium-pageobjectpattern
- Owner: nottyo
- Created: 2016-12-26T09:02:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T09:09:23.000Z (over 9 years ago)
- Last Synced: 2025-04-13T05:48:08.735Z (about 1 year ago)
- Language: RobotFramework
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robotframework-selenium-pageobjectpattern
Web Testing design with Page Object Design Pattern
TO RUN THIS SAMPLE TEST
1. Start Jenkins with command line "java -jar jenkins.war"
2. Create new user on Jenkins (username=nottyo, password=Welcome1)
3. Start testing with command line "pybot -d result tests/login.robot"