Skip to content

Latest commit

 

History

History
67 lines (60 loc) · 3.4 KB

README_old.md

File metadata and controls

67 lines (60 loc) · 3.4 KB

Structure

Same but without Page Object:

Same but with Page Object:

+ Page Objects:

Tasks

Task 1

In Task1.feature create 1 scenario outline and 1 scenario for page with url: "https://kristinek.github.io/site/tasks/enter_a_number"

  • Scenario outline for error cases:
    • enter number too small
    • enter number too big
    • enter text instead of the number
  • Scenario for correct number

Task 2

In Task2.feature create 1 scenario outline and create scenario or scenario outlines for page https://kristinek.github.io/site/tasks/list_of_people.html or https://kristinek.github.io/site/tasks/list_of_people_with_jobs.html in order to test that user can:

  • add a new person
  • edit a person
  • remove a person
  • reset original list after
    • adding a person
    • editing a person
    • removing a person
  • check that clear button on adding a user works correctly

Get project

  1. In Idea "File" -> "New" -> "Project from Version Control" -> "Git"
  2. Select add url https://github.com/KristineK/cucumber_java_basic for cloning project
  3. In IDEA check in project structure, that:
    • Project settings: Alt text
    • Modules settings: Alt text
  4. Create a branch: Alt text Alt text Alt text

Pushing changes to git

Git add: Alt text Git commit: Alt text Alt text Alt text Git push: Alt text Alt text