testing and assessment games programming in scratch

4
Testing and Assessment Games Programming in Scratch

Upload: baldwin-mccormick

Post on 27-Dec-2015

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Testing and Assessment Games Programming in Scratch

Testing and Assessment

Games Programming in Scratch

Page 2: Testing and Assessment Games Programming in Scratch

Games Programming in ScratchL7 Testing and Assessment

Learning Objectives• Understand the purpose of testing• Understand what makes a specific and

measurable test• Carry out testing on the Scratch project• Make corrections where necessary and test

again

Page 3: Testing and Assessment Games Programming in Scratch

Games Programming in ScratchL7 Testing and Assessment

Testing• Test to try and find errors in your program• Document the errors• Fix the errors• Re-run the tests

Page 4: Testing and Assessment Games Programming in Scratch

Games Programming in ScratchL7 Testing and Assessment

Creating a test planTest Description What do you think

will happen?What actually happened?

ExampleI will test that my hero can eat all the apples by moving around the game.

The hero will eat all the apples and they will disappear as they get touched.

The hero ate all but one apple. I fixed this, so the hero now eats all apples.

1

2

3