background image
<< Part 2 Developing and Playing Back GUI Scripts | The Recording Workflow >>
<< Part 2 Developing and Playing Back GUI Scripts | The Recording Workflow >>

Chapter 2 - Recording GUI Scripts

2-1
¾ ¾
¾
C H A P T E R 2
Recording GUI Scripts
This chapter describes the recording process and tells you how to record GUI scripts
in Rational Robot. It includes the following topics:
¾
The recording process
¾
The recording workflow
¾
Before you begin recording
¾
Enabling IDE applications for testing
¾
Setting GUI recording options
¾
Using advanced features before recording
¾
Recording a new GUI script
¾
Defining script properties
¾
Coding a GUI script manually
¾
Testing your recorded script
¾
Creating shell scripts to play back scripts in sequence
The Recording Process
When you record a GUI script, Robot records:
¾
Your actions as you use the application-under-test. These user actions include
keystrokes and mouse clicks that help you navigate through the application.
¾
Verification points that you insert to capture and save information about specific
objects. A verification point is a point in a script that you create to confirm the
state of an object across builds. During recording, the verification point captures
object information and stores it as the baseline. During playback, the verification
point recaptures the object information and compares it to the baseline.