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#
Which three methods write to the RFT log? (Choose three.)
A. logError()
B. logDefect()
C. logInfo()
D. logWarning()
E. logSuccess()
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
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
In which situation is it best to use the Browser Enablement Diagnostic tool?
A. when the web browser does not launch when invoked through Functional Tester
B. when testers are trying to determine if their web browsers are compatible with Functional Tester
C. when Functional Tester is in the recording process and no HTML objects are being recognized
D. when Functional Tester is not able to launch the viewlet comparator on the HTML log
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
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
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
In which situation is it best to use the Browser Enablement Diagnostic tool?
A. when the web browser does not launch when invoked through Functional Tester
B. when testers are trying to determine if their web browsers are compatible with Functional Tester
C. when Functional Tester is in the recording process and no HTML objects are being recognized
D. when Functional Tester is not able to launch the viewlet comparator on the HTML log