1.
The tester resets their test environment and sets the playback environment. What is the tester ready to do?
2.
If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures?
3.
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)?
4.
Which statement is true about Functional Tester scripts and datapools?
5.
Which Java method advances the datapool cursor to the next row in the datapool?
6.
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).
7.
What is the effect the Clear State on Close setting in the Object Map interface when you exit the object map?
8.
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?
9.
Which feature is NOT offered by the Object Map interface?
10.
What is the minimum weight that can be assigned to a recognition property?