kubasub / chinese-checkers

COSC 3F00 Group Project
0 stars 0 forks source link

Binder - Testing plan question #218

Closed taywhited closed 10 years ago

taywhited commented 10 years ago

@SaajidM, is the introduction correct for the testing plan?

The program to be tested is a full functioning offline and online version of a Chinese Checkers game for Android, with the capability of playing against artificial intelligence. It contains six activities. The first activity has a buttons which lead to either the offline configuration, online configuration, settings and help. The offline configuration activity is a configuration screen for the game you wish to play. It contains the options to set the number of players, their names and whether or not a certain players are computer opponent. It then launches the game activity that contains a canvas with the game board and buttons to confirm the player’s move and undo a move. The online list activity contains any current games you are involved in; it also allows you to create new online games. The other activities are a help activity and settings activity. The help menu contains FAQ’s and a basic tutorial for setting up a game. The settings activity contains a toggle for showing hints, it also contains the user information and setup to allow the user to play online.

It's the exact same as the iteration three one so I just wanted to confirm that it's correct.

SaajidM commented 10 years ago

Yep the last iteration was supposed to be missing the online game section, I forgot to take it out after ‎we decided it wouldn't be implemented.

I am going to make a quick change to the test plan actually. Gimme two seconds.

From: taywhited Sent: Wednesday, April 2, 2014 10:31 PM To: kubasub/chinese-checkers Reply To: kubasub/chinese-checkers Cc: SaajidM Subject: [chinese-checkers] Binder - Testing plan question (#218)

@SaajidM, is the introduction correct for the testing plan?

The program to be tested is a full functioning offline and online version of a Chinese Checkers game for Android, with the capability of playing against artificial intelligence. It contains six activities. The first activity has a buttons which lead to either the offline configuration, online configuration, settings and help. The offline configuration activity is a configuration screen for the game you wish to play. It contains the options to set the number of players, their names and whether or not a certain players are computer opponent. It then launches the game activity that contains a canvas with the game board and buttons to confirm the player’s move and undo a move. The online list activity contains any current games you are involved in; it also allows you to create new online games. The other activities are a help activity and settings activity. The help menu contains FAQ’s and a basic tutorial for setting up a game. The settings activity contains a toggle for showing hints, it also contains the user information and setup to allow the user to play online.

It's the exact same as the iteration three one so I just wanted to confirm that it's correct.


Reply to this email directly or view it on GitHub: https://github.com/kubasub/chinese-checkers/issues/218

SaajidM commented 10 years ago

‎That should do it. 

taywhited commented 10 years ago

Got it, thanks!