C9510-842 試験問題を無料オンラインアクセス
| 試験コード: | C9510-842 |
| 試験名称: | Rational Functional Tester for Java |
| 認定資格: | IBM |
| 無料問題数: | 54 |
| 更新日: | 2026-05-22 |
Given the following manual verification point
vpManual ("manual1", "The rain in Spain", "The Rain in Spain").performTest();
What are the results?
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).