Title: Phase V: Testing
1Phase V Testing Manual
- Eric Hawkins Eddy Kwong
- Infinite Analysis
2Our Team
- Philip Gonzalez, System Testing
- Eric Hawkins, System Testing
- Keith Stewart, Integration Testing
- Kityee Ho, Project Manager User Manual
- Eddy Kwong, Deliverable Leader User Manual
3EO
- Electronic Olives
- West Coast Olive Products
- E-Commerce Website
- Implementation Phase
- Testing
- User Manual
4Agenda
- Purpose of Testing
- Four General Areas of Testing
- Testing Plan
- Manual
- Questions
5Purpose of Testing
- Testing should be done throughout SDLC
- Demonstrate system is free of errors
- Cant prove system is error free
- Uncover as many errors as possible
- How do you test to meet users needs?
Purpose of Testing Four Areas Testing Plan
Example - Manual
6Four General stages of Testing
- Unit tests
- Integration testing
- System testing
- Acceptance testing (next phase)
Purpose of Testing Four Areas Testing Plan
Example - Manual
7Unit Tests
- Packages, classes, or methods
- Traditionally the process in a function
- OO programming focuses on classes
Purpose of Testing Four Areas Testing Plan
Example - Manual
8Integration Testing
- Done by set of programmers and/or SA
- Testing the components as a whole
- Includes user interface, use-case, interaction,
and system interface testing
Purpose of Testing Four Areas Testing Plan
Example - Manual
9System Tests
- Conducted by System Analysts
- Broader in scope
- Examines system how it meets business
requirements, usability, security, and
performance under load
Purpose of Testing Four Areas Testing Plan
Example - Manual
10Testing
- Testing starts with a test plan
- Test plan series of tests
- Should be developed at beginning of SDLC
- Test completeness of a CRC card
- Testing must be planned
Purpose of Testing Four Areas Testing Plan
Example - Manual
11Examples
- To the website
- http//ccc.1asphost.com/infiniteAnalysis/userInter
face/index.asp
Purpose of Testing Four Areas Testing Plan
Example - Manual
12User Manual
- Purpose
- A form of user documentation
- To help users operate the system
- To make users happy
Purpose of Testing Four Areas Testing Plan
Example - Manual
13User Manual
- Types of manuals
- Reference documents
- When users have tried and failed to perform
- Procedures manuals
- Guides users through a task that requires several
functions or steps - Tutorials
- Tech users how to use major components of the
system
Purpose of Testing Four Areas Testing Plan
Example - Manual
14User Manual
- For EO
- E-Commerce website
- People who decide to buy online should have basic
understanding of how a website works - We will develop a procedures manuals how to
perform business tasks
Purpose of Testing Four Areas Testing Plan
Example - Manual
15User Manual
- How to do that?
- Business tasks
- Focus on the users actions and interests
- User oriented
- Based on use cases
Purpose of Testing Four Areas Testing Plan
Example - Manual
16User Manual
- Online Resources
- http//www.io.com/hcexres/tcm1603/acchtml/acctoc.
html - http//www.asktog.com/columns/017ManualWriting.htm
l - http//www.klariti.com/technical-writing/User-Guid
es-Tutorial.shtml - Power Point Presentations
- courses.nus.edu.sg/course/elcleegl/
cs2301/Lectures/UManWP/U20Man20Web1.pps - courses.nus.edu.sg/course/elcleegl/
cs2301/Lectures/UManWP/U20Man20Web2.pps
Purpose of Testing Four Areas Testing Plan
Example - Manual
17Comments and Questions