Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 592 Bytes

CGI-Workshops

Repository for CGI workshops

Prerequisites:

  • git client
  • maven
  • IDE (IntelliJ of Eclipse)
  • FireFox

Clone this repositoy with git clone https://github.com/rsollman/cgi-workshops.git

Cucumber and Selenium

There are several Cucumber features created in the src/test directory. For example one called google.feature

Exercises

  • create a feature that uses two boolean parameters for a OR comparison
  • create a feature opens a webpage and checks for an element with a xpath expression
  • extend the google feature so it will search for the word "cucumber"