Skip to content

NotWendy/Cucumber_java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork Info

Created by Amirans Pirchalaisvili

Structure

Same but without Page Object:

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

Setup

see wiki


GIT

see wiki for Create-a-branch

see wiki for Git-add-commit-pust

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 63.2%
  • Gherkin 36.8%