Pass Go User Story Acceptance Tests

When a player passes or lands on the GO cell, the bank gives the player $200.

passGo1

fit.ActionFixture
start edu.ncsu.realestate.GoCellAward  
press initialize game board  
enter number of players 2
enter player 1 name 1
enter player 2 name 2
enter player dice roll 5
check player money 1500
press end turn  

passGo2*

fit.ActionFixture
start edu.ncsu.realestate.GoCellAward  
press initialize game board  
enter number of players 2
enter player 1 name 1
enter player 2 name 2
enter player dice roll 6
check player money 1700
press end turn  

passGo3

fit.ActionFixture
start edu.ncsu.realestate.GoCellAward  
press initialize game board  
enter number of players 2
enter player 1 name 1
enter player 2 name 2
enter player dice roll 7
check player money 1700
press end turn  

Created: 6/8/2004
Modified: 8/22/2005

Return to FIT Summary
Return to RealEstate Example

Copyright © 2004-2006 North Carolina State University, Dr. Laurie Williams, Dright Ho, and Sarah Smith