IBM Rational Functional Tester for Java - C2140-842 Exam Practice Test

What should the tester open to view Test Objects, Main Data Area and Recognition Data?
Correct Answer: C
When is the best time to use data-driven testing?
Correct Answer: D
Which three actions are possible with RFT? (Choose three.)
Correct Answer: A,C,D
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 number 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 ww-.ibm.com).
Correct Answer: D
Which regular expression offers a successful way to ensure the order number is a 1 to 3-digit number in the following format? Your order number is 125.
Correct Answer: D
Which three statements are true about HelperSuper classes? (Choose three.)
Correct Answer: A,B,C