Given the following code snippet in which Customers() represents an HTML table from which data needs to be extracted:
Customers().getTestData(contents);
What data type is returned by getTestData(contents)?
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).
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?