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
How do you stop recording?
A. click the Stop Recording button on the recording toolbar
B. end the application under test
C. close RFT
D. close the recording monitor
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
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 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")?
A. ITestDataTable
B. String
C. TableData
D. TestData
Which statement is true about Functional Tester scripts and datapools?
A. All scripts are associated with either a private or shared datapool, and a script cannot exist without a datapool
B. There are three types of datapools: private, shared and global
C. The datapool associated with a script cannot be changed once the association has been made
D. A datapool can be created while in recording mode
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
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")?
A. ITestDataTable
B. String
C. TableData
D. TestData
Which three actions are possible with RFT? (Choose three.)
A. use a wizard to substitute literals with datapool variables
B. substitute literals in verification points with datapool variables
C. create a datapool while recording a data-driven script
D. create scripts in c#