80 likes | 179 Views
LO: We’re learning to test out application against our requirements. Learning Objective. Remember the requirements for your game! : It must be fun It must be educational It must allow the user to interact with the screen It should include scoring elements It should include sounds
E N D
LO: We’re learning to test out application against our requirements Learning Objective
Remember the requirements for your game!: It must be fun It must be educational It must allow the user to interact with the screen It should include scoring elements It should include sounds Include information about your school. Setting the scene….
Once your game is finished, it is important to carry out testing. The first thing you have to do is plan out your tests. You need to make sure that you know what you’re looking for. You need to make sure that you look at each individual element against your requirements. Testing….
The test plan should include: Test for every input control on the user interface. All three types of test data, in every place where data is input. Check against the user requirements. Test each part separately. You’re likely to do better with your plan ifyou describe your test as clear as possible. Setting the scene….
Split up each of your forms into individual elements. Plan out different types of tests Normal Data – Correct Answer Extreme Data – Something Wrong Impossible Data – Things you shouldn’t be ableto do. Carry out your tests and make the changesto your code. Task….