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.
Show answer and explanation
Correct answer: D
C9510-842 Real Exam Questions
80 questions available · Page 1 of 8
Updated Exam DumpsVerified AnswersPass Guarantee
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 statement is true about Functional Tester scripts and datapools?
Correct answer: D
What is the minimum weight that can be assigned to a recognition property?
Correct answer: B
When you enable web browsers, what is the best way to select the Linux or UNIX web browser?
Correct answer: D
Given the following settings:
Maximum acceptable recognition score 10000
Last chance recognition score 20000
Warn if accepted score is greater than 10000
Maximum time to attempt to find Test Object 20
How will RFT behave at runtime if the recognition score of a found object is 10000?
Correct answer: D
What must you do before editing the datapool using an external application?
Correct answer: C
Given the following:
ProcessTestObject pid = startApp("ClassicsJavaA");
What are two valid methods one can call with a ProcessTestObject? (Choose two.)
Correct answers: A, D
How do you stop recording?
Correct answer: A
You cannot access help file from Rational Functional Tester. You receive an error or the page loads slowly.
How can this be fixed?
Correct answer: 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 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).
Correct answer: C