1 / 8

Learning Objective

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

ayoka
Télécharger la présentation

Learning Objective

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LO: We’re learning to test out application against our requirements Learning Objective

  2. 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….

  3. 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….

  4. 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….

  5. Example Test Plan….

  6. Example Test Plan….

  7. 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….

More Related