- In IDEA open project
new_project
from "C:/Users/Student/Desktop/new_project" - In IDEA check in project structure, that:
- Project has Project SDK: 1.8
- Modules has "new_project" with "src" folder selected as "Sources"
- Libraries has all the jars from "lib" folder:
- hamcrest-core-1.3
- junit-4.12
- selenium-server-standalone-3.4.0
- Pull the latest changes:
- Create a branch:
Note: replace branch_name with your name and surname (NO SPACES)
Open git bash from project folder (new_project) and do:
Note: replace branch_name with your name and surname (NO SPACES)
- Opening a page and printing out url/page title:
- Locators (id, class, name):
- Asserts:
- Actions (click, send keys):
- Alerts:
- Locators (xPath, CSS):
- Actions (checkbox, radio button and option selector) + bonus of calendar:
- Styles:
- Waits:
- Into to Page Object:
- Driver Navigation:
- Using different browsers:
- Calendar picker:
- Sample7Task.java ->
chooseDateViaCalendarBonus()
andchooseDateViaTextBoxBonus()
- Sample7Task.java ->
- Page Object + Page Factory:
- open Idea
- File -> New -> Project from version control -> git
- enter page https://github.com/KristineK/cucumber_project
- click save
- open in browser https://github.com/KristineK/cucumber_project
- do "In IDEA check in project structure, that: Project settings" and "In IDEA check in project structure, that: Modules settings"