What can you use to select an object as a verification point?
A. the object finder, the object picker, or the object browser
B. the main object browser, the test object browser, or the extra object browser
C. the object finder, the test object browser, or the delay method
D. the delay method, the scripting method, or the pointer method
The tester resets their test environment and sets the playback environment.
What is the tester ready to do?
A. record the test
B. set recording options
C. view and analyze the results
D. play back the script
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.)
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)
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?
A. It will accept the found object after waiting for 20 seconds for an object with better recognition and write an Ambiguous Recognition Warning to the log.
B. It will accept the found object after waiting for 20 seconds for an object with better recognition and write nothing to the log.
C. It will accept the found object immediately and write an Ambiguous Recognition Warning to the log.
D. It will accept the found object immediately and write nothing to the log.
E. It will immediately throw an ObjectNotFoundException and write an Ambiguous Recognition Failure to the log.
F. It will throw an ObjectNotFoundException after waiting for 20 seconds for an object with better recognition and write an Ambiguous Recognition Failure to the log.
What is an appropriate use of the command Test Object > Highlight when working with verification points?
A. It is used to highlight the test object at playback (to identify what is being tested).
B. It is used to create a new verification point in the current script
C. It is used to highlight the test object (to verify it is found in the application)
D. It is used to identify all objects in an application which can be tested
When you set break points, why does the script not stop at the break points and switch over to the debug perspective?
A. This is a known eclipse bug in version 6.1 and has been corrected in the latest release or last interim fix
B. The break point has already been recognized by the JVM and the break point needs to be toggled
C. Either the icon or debug functional tester script was not invoked or the shift + F11 menu option was not invoked
D. The debug perspective is not listed as an available perspective when trying to debug a script
How do you add line numbers within the script editors view?
A. use a third party plug-in because this option is not available within the tools interface
B. download the latest version of the plug-in
C. select the option under the main menu > Window > Preferences > Debug
D. select the option under the main menu > Window > Preferences > Editor
How many default Java environments can you have within one configuration of Rational Functional Tester?
A. one for each instance of the application under test
B. as many default Java environments as are needed to do testing
C. You can change the java environments dynamically when testing different applications.
D. only one
Which three statements are true about HelperSuper classes? (Choose three.)
A. Scripts can share Helper Superclasses.
B. Scripts cannot share Helper Superclasses.
C. Scripts can inherit from multiple Helper Superclasses.
D. Scripts can inherit from a Helper Superclass that resides in a .jar file.
Out of the box, what are the different options for logging RFT tests?
A. HTML, text, custom, TestManager, and none
B. HTML, text, TPTP, TestManager, and none
C. TestManager, CQTM, TPTP, HTML, and none
D. HTML, PDF, text, TestManager, and none