Q: 1 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
Ans: D
Q:2 What should the tester open to view Test Objects, Main Data Area and Recognition Data?
A. the test script
B. the test comparator
C. the object map
D. the log viewer
Ans: B
Q: 3 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
Ans: B
Q: 4 What should the tester view to discover the current script action being executed?
A. playback monitor
B. the execution window
C. the test script
D. the application under test
Ans: A
Q: 5 The two phases of playing back a script are script development and _____.
A. unit testing
B. manual verification
C. reviewing results
D. regression testing
Ans: D
Q: 6 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
Ans: D
Q: 7 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
Ans: B
Q: 8 Which three methods write to the RFT log? (Choose three.)
A. logError()
B. logDefect()
C. logInfo()
D. logWarning()
E. logSuccess()
Ans: A, C, D
Q: 9 Given the following: ProcessTestObject pid =
startApp("ClassicsJavaA");
What are two valid methods one can call with a ProcessTestObject? (Choose two.)
A. pid.duplicate()
B. pid.kill()
C. OK(pid).click()
D. pid.find(atDescendant("value",
"OK"))
E. pid.getObjects();
Ans: A, D
No comments :
Post a Comment