Skip to content

Gravie Software Development Engineer in Test Project

Notifications You must be signed in to change notification settings

gravieinc/gravie-sdet-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gravie-sdet-test

Setup

  • Install grails 2.5.6
  • Install jdk 8

Open a new console and start up the app using the command below:

grails -Dgrails.env=test -Dgrails.test.phase=functional run-app

Open a new console and run the test using the command below:

grails test-app functional: specs.general.DashboardSpec -echoOut -echoErr

Exercise

The existing test does not pass. As part of this exercise, make the necessary changes to get it to pass. Also add other relevant tests to test the underlying functionality.

The valid username/password that will authenticate properly is a@a.com/Password1

Helpful links:

http://www.gebish.org/manual/current/ for geb documentation

http://spockframework.org/spock/docs/1.2/index.html for spock documentation

About

Gravie Software Development Engineer in Test Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages