What must you do before editing the datapool using an external application?
A. make it a public datapool
B. make it a private datapool
C. export it to a .csv file
D. import it from a .csv file
How do you perform image verification in a test?
A. select Perform Image Verification Point from the Verification Point and Action Wizard
B. select the Perform Properties Verification Point from the Verification Point and Action Wizard, then select only the .src or other property for the image
C. download and install the RFT Enhancement Pack plug-in from IBM Rational Support
D. download and install the Image Comparator for Rational Functional Tester 2003.06 utility from developerWorks
What should the tester do to open the comparator in an HTML log after the test has been played back?
A. select View > Failures from the menu
B. click the View Results link in the test log
C. nothing, because the comparator open automatically
D. select Open > Comparator from the menu
Given the following:
A script named BuyCD has been created.
A Helper Superclass named HelperSuper1 has been created.
A Helper Superclass named HelperSuper2 has been created.
Which of the following are valid Functional Tester script class inheritance hierarchies? (Choose two.) Note: inherits from is expressed by the symbol ?
A. BuyCD -> BuyCDHelper -> RationalTestScript
B. BuyCD -> HelperSuper1 -> RationalTestScript
C. Helper1 -> RationalTestScript -> BuyCD
D. BuyCD -> HelperSuper1 -> HelperSuper2 -> RationalTestScript
Which Java method advances the datapool cursor to the next row in the datapool?
A. dpMoveNext()
B. dpMoveCursor()
C. dpNext()
D. dpNextRow()
Click the Exhibit Button
A script needs to perform an action on an HTML List object. Figure 6.1 shows the recognition properties of the list object. Figure 6.2 shows the recognition properties of the HTML document.
What will be the score of the found test object at runtime if the .text and .id recognition properties in the list object are different and the .url property of the HTML Document object?
A. 1000
B. 1400
C. 10000
D. 14000
What are the default values for retry interval and maximum retry time?
A. 2 second retry interval, 20 seconds maximum retry time
B. 5 second retry interval, 30 seconds maximum retry time
C. 1 second retry interval, 5 seconds maximum retry time
D. 3 second retry interval, 15 seconds maximum retry time
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 enable web browsers, what is the best way to select the Linux or UNIX web browser?
A. You use the Search button, choose Search All, select the executable, and provide all the needed parameters.
B. Modify the registry to enable Linux or Unix web browser support
C. Modify the Internet Explorer settings to refer to a Linux or Unix web browser
D. You use the Search button, choose Search In, browse to the executable, and provide all the needed parameters
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
Which Java method advances the datapool cursor to the next row in the datapool?
A. dpMoveNext()
B. dpMoveCursor()
C. dpNext()
D. dpNextRow()
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)
What will the following CallScript do? CallScript (myScript, null, DP_ALL)
A. cause the script to run an infinite number of times
B. cause the script to iterate through the entire datapool
C. cause the script to run through 100 datapool values
D. cause myScript to always pass
Which statement is true about an RFT test datapool?
A. It is exclusive for only one test script.
B. It is a collection of related data records.
C. It is automatically generated during script record.
D. It is a collection of related test scripts.
If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures?
A. re-record the test
B. use the comparator and update the baseline data
C. nothing, because the test is supposed to fail
D. change the test data