TESTING ON BENQ HANDSET MANAGER - PowerPoint PPT Presentation

1 / 20
About This Presentation
Title:

TESTING ON BENQ HANDSET MANAGER

Description:

Synchronizes Handset phone book and Outlook express ... PHONE BOOK. Easy to convert the address book data from Outlook express and Palm Pilot, and ... – PowerPoint PPT presentation

Number of Views:61
Avg rating:3.0/5.0
Slides: 21
Provided by: mathIn
Category:

less

Transcript and Presenter's Notes

Title: TESTING ON BENQ HANDSET MANAGER


1
TESTING ON BENQ HANDSET MANAGER
USING WINRUNNER 7.0
BENQ
BY ACHYUTA NALABOLU
PROJECT GUIDE Dr. HENJIN CHI
COMMITTEE MEMBERS Dr. RICHARD J. EASTON DR.
ROBERT W. STERNFIELD
2
SOFTWARE TESTING
3
MOTIVATION
  • People are not perfect
  • - We make errors in design and code
  • Goal of testing given some code, uncover as many
    errors as possible
  • Important and expensive activity
  • - May spend 30-40 of total project effort on
    testing
  • - For safety critical system cost of testing is
    several times higher than all other activities
    combined

4
A WAY OF THINKING
  • Design and coding are creative activities
  • Testing is destructive
  • The primary goal is to break the code
  • Often same person does both coding and testing
  • Need split personality when you start testing,
    become paranoid and malicious
  • This is surprisingly difficult people dont like
    to find out that they made mistakes.

5
BASIC DEFINITIONS
  • Test case specifies
  • Inputs pre-test state of the software
  • Expected results (outputs an state)
  • Black-box testing ignores the internal logic of
    the software, and looks at what happens at the
    interface (e.g., given this inputs, was the
    produced output correct?)
  • White-box testing uses knowledge of the internal
    structure of the software
  • E.g., write tests to cover internal paths

6
TESTING APPROACHES
  • We will look at a small sample of approaches for
    testing
  • White-box testing
  • Control-flow-based testing
  • Loop testing
  • Data-flow-based testing
  • Black-box testing
  • Equivalence partitioning

7
PROJECT DESCRIPTION FOR BENQ
8
BENQ HANDSET MANAGER
  • Software which communicates with Mobile devices.
  • Combines Handset phone book and Outlook express
    contacts into a single phone book.
  • Synchronizes Handset phone book and Outlook
    express

9
FEATURES OF BENQ HANDSET MANAGER
  • Edit
  • Delete
  • Copy
  • Paste
  • Find
  • Download from Handset
  • Update to Handset
  • Sync

10
PHONE BOOK
  • Easy to convert the address book data from
    Outlook express and Palm Pilot, and save it in
    the Handset Manager data format.
  • Creation of a common data file format called
    CSV.
  • C.S.V. Comma Separated Values.
  • Using the Import/Export Functions in the Handset
  • manager users can save the data to/from the
    mobile phone.

11
SMS/EMS MESSAGES
  • SMS/EMS Message frees the user from painstaking
    inputting of text on the keypads.
  • Creates personal folders and categorize the
    messages so that the messages are easily
    accessible and well organized.
  • Handset Manager can be used to download short
    Messages from the users phone.

12
SYNC CALENDAR
  • Helps in managing and prioritize all important
    events.
  • It works like a Personal secretary.
  • It combines Microsoft Outlook and Handset
    calendar.
  • Helps in synchronizing the schedule from the
    handset and Outlook calendar.

13
PHOTO ALBUM
  • Allows user to create picture images on the PC
    then upload to the phone.
  • User can create his own unique pictures from the
    library with clip arts, frames and masks.
  • Preview the picture once it is created.

14
MELODY
  • It is a perfect tool to edit and compose a
    melody.
  • User can compose his own melody
  • User can listen to the composed melody before it
    is updated to the handset.

15
FILE MANAGER
  • File Manager allows to organize handset files.
  • Backup Handset files on Computer.
  • User can Upload JAVA application from Computer
    to Handset free of charge.

16
WHY AUTOMATED TESTING
  • Manual testing is time consuming and tedious,
    requires a heavy investment in human resources.
  • Worst of all, time constraints often make it
    impossible to manually test every feature
    thoroughly before the software is released.
    This leaves you wondering whether serious bugs
    have gone undetected.

17
FEATURES OF AUTOMATED TESTING
  • FAST
  • RELIABLE
  • REPEATABLE
  • PROGRAMMABLE
  • COMPREHENSIVE
  • REUSABLE

18
WINRUNNER v7.0
  • WinRunner is an automated testing tool which
    dramatically speeds up the testing process.
  • It creates test scripts that check all aspects
    of the application and then run these tests on
    each new build.
  • It simulates a human user by moving the cursor
    over the application, clicking GUI objects, and
    entering keyboard input-but WinRunner does this
    faster than any human user.

19
CONCLUSION AND ENHANCEMENT
  • The quality of the product has been assured by
    complete testing with WinRunner tool.
  • This application could also be tested with Test
    Director, Mercury Interactives web-based test
    management tool.

20
THANK YOU
Write a Comment
User Comments (0)
About PowerShow.com