최신IBM Rational Functional Tester for Java - C9510-842무료샘플문제
문제1
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).
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).
정답: C
문제2
How do you perform image verification in a test?
How do you perform image verification in a test?
정답: C
문제3
Which feature is NOT offered by the Object Map interface?
Which feature is NOT offered by the Object Map interface?
정답: D
문제4
Given the following code snippet:
OK().waitForExistence();
Assuming that no changes have been made to the Functional Tester default playback settings,
which two statements will cause Functional Tester to wait for 60 seconds for the OK button to
appear? (Choose two.)
Given the following code snippet:
OK().waitForExistence();
Assuming that no changes have been made to the Functional Tester default playback settings,
which two statements will cause Functional Tester to wait for 60 seconds for the OK button to
appear? (Choose two.)
정답: B,D
문제5
What is an appropriate use of the command Test Object > Highlight when working with verification points?
What is an appropriate use of the command Test Object > Highlight when working with verification points?
정답: D
문제6
Where do you set the option for switching to Test Debug perspective when debugging?
Where do you set the option for switching to Test Debug perspective when debugging?
정답: B