Making a great Project 2 OCR 1994/2360. Testing The point of testing is to make sure that it does what it set out to do Test to see that the user requirements.

Slides:



Advertisements
Similar presentations
Writing up an investigation
Advertisements

1 Power Peer Editing Mrs. H-Ds Step-by-Step Program.
The ISA for Physics What you need to revise.
IGCSE Coursework August 2011 The write up for this experiment should be word processed if possible A hard copy should be submitted by next Monday No excuses.
Are you ready for your initial planning meeting with your supervisor?
2.2 Validation & Verification
© Dolinski This presentation will help you with the database section of your coursework. It will cover: – What you need to do.
GCSE PROJECT GUIDELINES Use this presentation to make sure you have the correct content for you project - click on.
OCR GCSE Humanities Get Ahead - improving delivery and assessment of Unit 3 Unit B033 Controlled Assessment Approaches to Preparing Candidates for the.
Geographical Investigation Friday 29 th April 2009 Deadline.
Build a Thermometer Screen Design and Technology – Thermometer Screen Project Name___________ Date ___________.
Design and Technology – Rain Gauge Project
Design and Technology – Anemometer Project
Software Development, Programming, Testing & Implementation.
A2 Economics Unit 3: Business Economics & The Distributions of income.
Solving Inequalities with Absolute Value. Things we already know about Inequalities!! >, < : on graph =, ≤, ≥, : on graph When dividing or multiplying.
OCTOBER ED DIRECTOR PROFESSIONAL DEVELOPMENT 10/1/14 POWERFUL & PURPOSEFUL FEEDBACK.
Table of Contents Unit 1- Understand the Problem Unit 2- Gather Information Unit 3-Develop Solutions Unit 4-Implement a Solution Unit 5-Test and Evaluate.
1 AQA ICT AS Level © Nelson Thornes 2008 Testing a solution.
Chapter 8: Systems analysis and design
Unit B065 – Coding a solution PREP WORK 1)Make sure you keep a work log / diary. Use the table on page 16 of the hand book as a template 2)Keep a bibliography.
D&T: Electronics and Control Systems Unit A513: Making Quality Products Name: Candidate number: Centre Number:
XP New Perspectives on Microsoft Office Access 2003 Tutorial 12 1 Microsoft Office Access 2003 Tutorial 12 – Managing and Securing a Database.
Controlled Assessment
Making a great Project 2 OCR 1994/2360. User Documentation Your User Documentation is the instructions for how to use the system you have created It is.
OCR Nationals ICT – Unit 1 Task 2 Grade A Task Overview As part of your task organising the French trip, you need to find out about different options.
Making a great Project 2 OCR 1994/2360. Analysis This is the key to getting it right. Too many candidates skip through this section. It’s worth 20% of.
08/10/ Iteration Loops For … To … Next. 208/10/2015 Learning Objectives Define a program loop. State when a loop will end. State when the For.
OCR Nationals ICT – Unit 2 Task 5 Task Overview In this task you will test a number of areas of your website using a test table. This will enable the website.
Pupil Name OCR Nationals in ICT (2010) : Unit 06: Design a SpreadsheetsAO7–Testing your spreadsheet.
Copyright SCRAN J.Ure KEY SKILLS Exam Techniques.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
Making a great Project 2 OCR 1994/2360. Design Some candidates dive in, make a database or spreadsheet, then try and make a design afterwards. This won’t.
An Introduction to Scratch ‘Drumming’ Today, we are working towards… Investigate what the Scratch Program can do Use a ‘Design Notebook’ to record our.
GCSE HISTORY Pictorial Guide to Exam Technique Paper 2: Russia and Germany Exam Technique FOURTH YEAR General Advice The following rules apply to all questions:
COMP 208/214/215/216 – Lecture 8 Demonstrations and Portfolios.
Views Lesson 7.
Controlled Assessment A(iii) Recommended solution Recommended solution Reasons for this recommendation Refer to the information requirements and your research.
Uncertainty and Equipment Error. Absolute uncertainty and recording data When you record measurements you should also record the absolute uncertainty.
How to Tackle the Reading Tests Name ______________ Class _________ Mark ________ Complete these two sections on the front cover.
…where reading is the #1 joy and information is yours to discover!
Student Guide to WECSERF Online Learning Portal. Before you start – use your ticket
In this presentation you can: Clarify the purpose and value - Clarify the purpose and value of effective feedback to learners Identify strategies - Identify.
OCR Nationals: Unit 22 – Creating Sound using ICT AO4 – Testing the audio clip.
Animal Shelter Activity 2.
Making a great Project 2 OCR 1994/2360. Implementation This is about how you make your system. It should have enough detail for a competent user to be.
IB Internal Assessment Exploration. Designing an Experiment Formulate a research question. Read the background theory. State the variables. Decide on.
My Project By. What did I set out to achieve? List your objectives and tasks.
A Relevant and Descriptive Title Your Name and Your Partner’s Name Mrs. Ouellette, Honors Biology Licking Heights High School A Relevant and Descriptive.
Python Lesson 2.
Cognitive Self-Change: Step 1 – Pay Attention to Our Thinking.
OCR Nationals ICT – Unit 1 Task 2 Grade C Task Overview As part of your task organising the French trip, you need to find out about different options.
1. Design: Plan in detail Look at the two images below. One is a design and one is the final product. The examiner needs to see your designs AND your final.
Note taking in the research process how to make sense of what your exploring by Ms. Barnhart.
The Extended Project. During this year the whole school will be working on an Extended Project During this year the whole school will be working on an.
In today’s lesson we will be looking at: what we mean by the software development lifecycle the phases in the lifecycle We will focus particularly on testing:
Making it happen. Executive Summary A brief overview of the entire marketing plan. Address the other topics in the plan along with costs involved in implementing.
Creating a database table
Highcliffe ICT Department
Delete this box when you are done!
YOUR NAMES Team members Names Here: assigned by Table
Testing a Solution.
Necessary Narratives Why do you need them? Where do you find them?
Electronically Filing a Return Working with Acknowledgements
Lessons Vocabulary Access 2016.
Fabric Wall Hanging Evaluation.
Critique Jon Kolko Professor, Austin Center for Design.
Suitability Test Wednesday, 22 May 2019.
A strategy to help you learn for the long term
Presentation transcript:

Making a great Project 2 OCR 1994/2360

Testing The point of testing is to make sure that it does what it set out to do Test to see that the user requirements have been met Test to see that validation rules work

Testing 1 – the tests It is a good idea to plan your test strategy first List your user requirements (from the analysis) again List your validation rules (from the data structure design) again Print a list of all your data to show what is there

Testing 1 – the tests Think of ways to test that you have met the user requirements (eg by running a query or report).

Testing 2 – describe the results Say why you are using the data for the test. For each test, forecast the exact results – eg say exactly which records should be returned by a query.

Testing 1 – the tests Carry out each test. Provide a screenshot of the results. If you use a table to lay out your test results, make sure the format is suitable and that screenshots are legible.

Testing 2 – describe the results Make a comment comparing the results to your forecasts, and if it’s not what you expected, suggest ways you can fix it. If you use a table to lay out your test results, make sure the format is suitable and that screenshots are legible.

Testing 1 – the tests Think of ways to test your validation rules – but don’t go overboard on this.

Testing 2 – describe the results Say why you are using the data for each test. For each test, forecast the exact results Carry out the tests, providing a screenshot and brief comments on each one.

Testing Don’t do more tests than absolutely necessary to test the user requirements – you are likely to get more marks for 2 tests done well than 20 tests done badly!

Testing Complete… That’s it! You’ve done the Testing section. Don’t forget about it – you will need to refer back to it in your evaluation.