RFT Data Driven Test
Data Driven Test
Data-driven testing is useful when tests:
a. Can separate test steps from input data
b. Must be repeated many times using different data each time
For example, create a data-driven test to:
Test the boundaries of a quantity field in an online retail application
Test variable length data in a text input field
Test the order [...]
Browsing Rational Functional Tester™
Rational Functional Tester Data Driven Test
Rational Functional Tester Test Object Maps
RFT Test Object Maps
Introduction
As Applications undergo changes throughout the course of development, the Automated scripts can ‘break’.
Testers must constantly update the scripts to handle minor changes in the application.
Instead of updating the script code, the Test Object map can be updated. All Scripts that reference this object map can ‘see’ the update.
Test Object Map
1. Test [...]
Rational Functional Tester Extending Scripts
RFT Extending Scripts
Objectives
To extend scripts, you should be able to:
1. Identify the main components of a Functional Test script.
2. Edit a script generated by Functional Tester.
3. Modify a script to use a message box.
4. Modify a script to override preferences.
5. Modify a script to handle an unexpected active window.
Class Hierarchy of a Functional Tester Script
• [...]
