| Exam Code/Number: | C9510-842Join the discussion |
| Exam Name: | Rational Functional Tester for Java |
| Certification: | IBM |
| Question Number: | 54 |
| Publish Date: | Jul 10, 2026 |
|
Rating
100%
|
|
When you set break points, why does the script not stop at the break points and switch over to the debug perspective?
You must _____ a script with a datapool before substituting literal values in the script with references to datapool variables.
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).
What will the following CallScript do? CallScript (myScript, null, DP_ALL)