background image
<< Delphi Project | Testing data in Delphi >>
<< Delphi Project | Testing data in Delphi >>

Delphi component

Testing a Component's Properties
18-5
Testing a Component's Properties
You can use two methods to test the properties of a Delphi component. Use either
method to test all properties shown by the Delphi Object Inspector.
¾
Object Properties verification point ­ Use to test properties while recording
or editing a script.
For information about testing properties, see the Robot Help.
¾
Object Scripting commands ­ Use to test properties programmatically while
editing a script.
For information about the Object Scripting commands, see chapter 5 of the
SQABasic Language Reference.
NOTE: Before you can test a Delphi application, run the Rational
Test Delphi Enabler. For instructions, see Making Delphi Applications Testable
on page 17-2.