Testing. Terms 1 Test Data: The data you will enter to test your system Test Plan: A plan of the tests you are going to complete to ensure your system.

Slides:



Advertisements
Similar presentations
SAM 2007 v4 The Student Experience Including SAM Projects, SAM Exams and SAM Training.
Advertisements

This tutorial will take approximately 15 minutes. Click here to advance. Click here to go back.
REQUESTING AN ACCOUNT: In order to register onto Online order processing, please the following information to
Tiger Transit Message Center. Requirements  Combine functions to make them easier.  Related functions in the existing system are spread over different.
Web-site Design Strategy.  For P5, learners need to draw up plans for the evaluation of the website design.  The plans should include consideration.
Validation and Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Self-paced study guide for Online Performance Evaluations.
How to get your free Windows Store Access
How to Setup Step for Yahoo . Yahoo Go to and click on Yahoo Mail. Click on the “Sign Up” link that appears.
AO1 help This guide is to help you ensure that you have everything that you need for a PASS/MERIT If you would like a distinction, please see me.
LRHSD GOOGLE ACCOUNTS STEP 1 – go to docs.google.com and log in with your school (if you don’t know if you have an account, click on “CANNOT ACCESS.
Chapter 8: Systems analysis and design
Formulas and Advanced Features R003. AO1: Use Formulas & features in your spreadsheet Invoice sheet Absolute cell reference Macros Conditional Formatting.
1 DoD Cardholder Self Registration November 21, 2008.
Pupil Name OCR Nationals in ICT (2010) : Unit 06: Design a SpreadsheetsAO7–Testing your spreadsheet.
First Time Log In Remy Order Management System. Logging In To log in to the system, enter your User Name and Password, then click Log In The first time.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Training.
How to: REGISTER. STEP 1 Click the link shown below to register.
EDCS Basics and Enhancements Summer Institute August 31, 2015.
Slide 1 Computing Science: Databases Revised May 2012 St Andrew’s High School Computing Science Databases Computing Science Level - National 4 / 5.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Website.
Systems Life Cycle. Know the elements of the system that are created Understand the need for thorough testing Be able to describe the different tests.
Milestone SAP Portal Learning at the Lakes August 12, 2009.
What have we learned?. What is a database? An organized collection of related data.
SharePoint Security Training Creating and Managing Users
S PREADSHEET S KILLS For use with BTEC Unit 42 – Spreadsheet Modelling.
ARMS Advanced Risk Management System User Documentation.
Data Verification and Validation
AS Level ICT Data entry: Creating validation checks.
Links take you to…  Different slides in your presentation  A different PowerPoint presentation  Any program - (Word can be used for example to complete.
4SCHOOLS ADDING A PHOTO GALLERY/SLIDE SHOW. ENTER USERNAME AND PASSWORD pass1234 First Initial Last Name.
Information Management System “Institutions Module" Information Management System “Institutions Module" The System management module is an integrated part.
Throughout this slide show there will be hyperlinks (highlighted in blue) follow the hyperlinks to navigate to the specified Topic or Figure. Hyperlinks.
Validation & Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Learning Objectives Today we will Learn: The different types of test data.
Input, Output and Processing.. What data needs to be input into the system? Identify the sources – i.e. where does the data come from? What is the volume.
Decision Analysis Fall Term 2015 Marymount University School of Business Administration Professor Suydam Week 14 Advanced Access; Access on the Web; Case.
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:
1 eWorkbench First Time User Tutorial Follow these instructions to obtain a User Name, Password and Account Validation.
Highcliffe ICT Department
Edit a Public Holiday – Holiday Calendar
Registration Instructions
Different Types of Testing
4Schools Adding a Web Page.
Testing a Solution.
Validation Bury College.
1. You work for the University of Tawara and are going to create a database to analyse data about student courses and accommodation. Dates are to be stored.
1. Look at the data in the files J13STUDENT. TXT, J13COURSE
Insert Suitable field names
Self-Registration.
Mary Torjussen A2 ICT Week 1.
Google Docs Jennifer Jackson
Update Budget Steps Screenshots Purpose:
Portman Livewire User Guide.
G063 - Testing.
OSCAR/Surface How to register
PART SEARCH If the part is not visible at the time of call updation, following points need to be cross checked : Ensure the model name entered is correct.
Manual Water Ski Directory
How to add a page… You will need to add new pages to your website depending on the brief. You do this by: Click on the Add new page button Write the new.
Delete a Public Holiday – Holiday Calendar
For use on your feedback page
Using Employee Development in ADP Workforce Now
PRESENTS vTools.Voting – Voter Tutorial.
The Systems Life Cycle: Development and testing
Learning Intention I will learn about the standard algorithm for input validation.
Nike Teamsports Online Ordering
Presentation transcript:

Testing

Terms 1 Test Data: The data you will enter to test your system Test Plan: A plan of the tests you are going to complete to ensure your system works Test strategy: Strategy for testing, i.e. What sort of tests will be done first Corrective Action: What action you need to take if you find that your system is not working correctly. End User Testing: Tests carried out by the person who wants the system to ensure it matches their requirements

Types of test Validation: What you enter is sensible and can be accepted Navigation: Tests that you can navigate around a page or site as required System Tests: Check the system works. E.g. Formulas add up correctly Protection tests: Ensure that you can only enter data where required Security test: Test passwords etc.

Terms 2 Normal Data: Data that will be accepted. E.g. A number in a number field Abnormal: Data that will not be accepted, e.g. A letter (e.g. A) in a number field Extreme: The first and last thing that will be accepted. E.g. In a range of the extreme data would be “1” and “100”

Example If you were entering exam percentages you might have the following test data: Normal: 55 Abnormal 110 Extreme

Test Plan: Show what you want to test Test NumberWhat is being tested and description Test DataExpected OutcomeActual ResultsCorrective action e.g. 1Hyperlink between slide 1 and 2. Click on Link on slide 1. N/AGo to slide 2 e.g.Can enter number in number field 5Be accepted Draw out a table like the one below to plan what tests you need to do on your system: