Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM Rational Functional Tester for Java (C2140-842) Free Practice Test

Question 1
What is the effect the Clear State on Close setting in the Object Map interface when you exit the object map?

Correct Answer: D
Question 2
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")?

Correct Answer: D
Question 3
Not including TestManager or custom logging, how can you organize RFT test results?

Correct Answer: B
Question 4
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).

Correct Answer: B
Question 5
Which statement is true about an RFT test datapool?

Correct Answer: B
Question 6
Which objects can be tested with a State verification point?

Correct Answer: C