What should the tester open to view Test Objects, Main Data Area and Recognition Data?
A. the test script
B. the test comparator
C. the object map
D. the log viewer
The two phases of playing back a script are script development and _____.
A. unit testing
B. manual verification
C. reviewing results
D. regression testing
Which statement is true about Functional Tester scripts and datapools?
A. All scripts are associated with either a private or shared datapool, and a script cannot exist without a datapool
B. There are three types of datapools: private, shared and global
C. The datapool associated with a script cannot be changed once the association has been made
D. A datapool can be created while in recording mode
In which situation is it best to use the Browser Enablement Diagnostic tool?
A. when the web browser does not launch when invoked through Functional Tester
B. when testers are trying to determine if their web browsers are compatible with Functional Tester
C. when Functional Tester is in the recording process and no HTML objects are being recognized
D. when Functional Tester is not able to launch the viewlet comparator on the HTML log
How many default Java environments can you have within one configuration of Rational Functional Tester?
A. one for each instance of the application under test
B. as many default Java environments as are needed to do testing
C. You can change the java environments dynamically when testing different applications.
D. only one
A script needs to perform an action on an object. One of the recognition properties of the object is the .url property. The URL is dynamic. At recording time, the URL was http://www-3.ibm.com. However, it can vary every time the script is played back. In particular, the portion of the .url property that is subject to change is the digits that appears after the dash.
Which regular expression will match the value of the .url property regardless of the numer of digits between the - and the .? Note: The regular expression should NOT match the .url property if no digits appear after the dash (as in www-.ibm.com).
A. www-*\.ibm\.com
B. www-{num}?\.ibm\.com
C. www-{num}+\.ibm\.com
D. www-[0-9]*\.ibm\.com
E. www-[0-9]\.ibm\.com
Click the Exhibit Button A script needs to perform an action on an HTML List object. Figure 6.1 shows the recognition properties of the list object. Figure 6.2 shows the recognition properties of the HTML document. What will be the score of the found test object at runtime if the .text and .id recognition properties in the list object are different and the .url property of the HTML Document object?

A. 1000
B. 1400
C. 10000
D. 14000
Functional Tester allows you to import an external datapool from which of the following ? (Choose three.)
A. an external .csv file
B. another Functional Tester datapool
C. an existing TestManager datapool
D. an access (.mdb) file
If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures?
A. re-record the test
B. use the comparator and update the baseline data
C. nothing, because the test is supposed to fail
D. change the test data
In which situation is it best to use the Browser Enablement Diagnostic tool?
A. when the web browser does not launch when invoked through Functional Tester
B. when testers are trying to determine if their web browsers are compatible with Functional Tester
C. when Functional Tester is in the recording process and no HTML objects are being recognized
D. when Functional Tester is not able to launch the viewlet comparator on the HTML log