Exit C9510-842 Rational Functional Tester for Java
Question 1 of 5
0% complete
Q1 Multiple choice

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.)

Select all that apply.

  • A

    setOption(IOptionName.MAXIMUM_FIND_OBJECT_TIME, 60.0)

  • B

    setOption(IOptionName.MAXIMUM_WAIT_FOR_EXISTENCE, 60.0)

  • C

    setOption(IOptionName.TIME_MULTIPLIER, .5)

  • D

    setOption(IOptionName.TIME_MULTIPLIER, 2.0)

Previous Next