You are on page 1of 7

HP EXAM HP0-M39

HP QuickTest Professional 10.0 Software

1. Which tab in the Debug Viewer pane allows 2. What is compared in a bitmap checkpoint?
you to view or change variables or A. bits
properties? B. RGB
A. Watch C. pixels
B. Variables D. text
C. Command E. jpegs
D. View
3. You create an image checkpoint by inserting 4. Which directory is the default directory in
following checkpoint on an image object. the QuickTest Professional file structure where
A. Image checkpoint the local Data Table is located?
B. Standard checkpoint A. Action 0 folder
C. Bitmap checkpoint B. Local Action folder
D. Accessibility checkpoint C. Default Test folder
D. Data folder
5. Which object repository type is created by 6. How can the Data Table be used in a custom
default? checkpoint? (Select two.)
A. shared A. to store output values
B. reusable B. to store input parameters
C. local C. to use formulas
D. global D. to access global values
E. to compare columns
7. Which DataTable method makes an external 8. Which QuickTest Professional tool uses the
spreadsheet available to QuickTest Object Repositories Merge Tool?
Professional? A. Map Repository Parameters Tool
A. GetSheet B. Update from Local Repository Tool
B. OpenSheet C. Object Repository Comparison Tool
C. ImportSheet D. Update from Application Tool
D. ExportSheet
9. When is it best to use a programmatic 10. Which bitmap checkpoint feature allows the
description? checkpoint to pass even if bitmaps are not
A. when you work with properties and methods of an identical?
object not in the object repository A. bit tolerance
B. when you are retrieving a property from a static B. RGB tolerance
run-time object C. BW tolerance
C. when you are retrieving a property from a test D. image tolerance
object
D. when you need to click static buttons
11. Why would a tester use the Description 12. Which operator do you use to concatenate
object in the Expert View of a test? two strings in VBScript?
A. to programmatically modify a test object's A. &
definition directly in the object repository B. &&
B. to bypass the object repository when identifying an C. concat
object at runtime D. ++
C. to data-drive logical names and make the test more
generic
D. to make it easier to retrieve child objects using the
ChildObjects method
13. Which feature can you use to teach 14. Which feature displays all the test's
QuickTest Professional to recognize any area of actions?
your application? A. Actions tree within the Resources panel
A. object identification B. Test Flow panel
B. object wizard C. Flow Viewer panel
C. virtual objects D. Test Action Manager Tool
D. virtual identification
15. Click Next or More to continue. Click the 16. Click Next or More to continue. Click the
Task button. Task button.
You have set your Record and Run settings to
Record and run tests on any open browser.
Indicate the function that works for each You have to validate the calculation of a check-
browser. out business process to confirm that the
following formula is correct:
Answer QUANTITY * PRICE + TAX + SHIPPING = TOTAL

Answer

17. When inserting a call to a reusable action, 18. How does QuickTest Professional identify
how are the data resources in that action each object you record?
handled? A. by class and properties
A. The data continues to be stored with the original B. by class and methods
action (read-only) and the new action refers to it. C. by methods and properties
B. A copy of the data is made (editable) and stored D. by class only
with the new action.
C. The tester must make a one-time selection to either
copy the data or refer to the original data.
D. The tester always has the option to copy the data
or refer to the original data.
19. Click Next or More to continue. Click the 20.
Task button.
Answer

Answer

21. You need to change the properties of an 22. How can you use monitors to cause the test
object in your object repository. Which to fail?
repository feature enables you to quickly access A. Add a monitor checkpoint.
the specific item if your repository contains B. Add custom code to evaluate monitor data.
hundreds of objects? C. Define a counter scale.
A. Highlight in Application D. Define a monitor limit.
B. Search in Repository
C. Identify in Repository
D. Locate in Repository
23. You have defined a global synchronization 24. What are the default add-ins installed with
timeout of 30 seconds for your test. The QuickTest Professional? (Select three.)
synchronization point timeout for a button to A. .NET
become enabled is set to 10000. B. ActiveX
During playback of the script, what is the C. HTML
maximum amount of time QuickTest D. Web
Professional will wait for the button to become E. Java
enabled? F. OCX
A. 10 seconds G. Visual Basic
B. 30 seconds
C. 40 seconds
D. 10030 seconds
25. Identify QuickTest Professional resources. 26. After playing back a test containing output
(Select three.) values, where can the output values be
A. test versions viewed?
B. actions A. global Data Table
C. checkpoints B. local Data Table
D. function libraries C. design-time Data Table
E. images D. run-time Data Table
F. recovery scenarios
27. Which menu option should you use to save 28. Which names are used to identify the
your test to a version controlled Quality Center status of your application before and after your
project for the first time? automated test executes? (Select two.)
A. Check-in A. initial condition
B. Save As B. static state
C. Save Test with Resources C. end condition
D. Create Version D. down condition
E. done condition
29. Which method retrieves a property of a 30. Which conflicts does the Objects
runtime object? Repositories Merge Tool detect? (Select three.)
A. GetROProperty A. same object different parent
B. GetTOProperty B. same name different description
C. GetRuntimeProperty C. same description different name
D. GetRTProperty D. same name extra properties
E. similar description
31. Which checkpoint type should you use to 32. You ran a test scenario with 10 iterations.
validate the enabled state of a button? What does the Test Results Summary report if
A. text 8 iterations pass and 2 iterations fail?
B. standard A. The summary reports PASS because more
C. bitmap iterations passed than failed.
D. XML B. The summary reports the status for each iteration.
C. The summary reports DONE.
D. The summary reports FAIL because all iterations
did not pass.
33. User-defined environment variables can be 34. You have multiple test cases that require
imported from an external file. What is the valid you to test valid and invalid username and
file type that can be imported? password combinations. Which parameter type
A. txt should you use?
B. xml A. Output
C. csv B. Input
D. html C. Random Number
D. Environment
35. Which step categories can be added using 36. Which QuickTest Professional menu item
the Step Generator Tool? (Select three.) should you use when emailing a QuickTest
A. run-time objects Professional test to another tester?
B. default object types A. Send Email...
C. test objects B. Export Test to Zip File...
D. utility objects C. Save Test with Resources...
E. data objects D. Export Test and Email...
F. functions
37. Where do you go to modify a shared object 38. Which language is used for Expert View?
repository? A. TSL
A. Resources > Object Repository Manager B. VB
B. Resources > Object Repository C. VBScript
C. Tools > Object Repository Manager D. Python
D. Tools > Resources Manager > Object Repository
39. What is a QuickTest Professional test 40. How can you pause and interact with the
comprised of? playback of a test?
A. calls to actions A. Add a wait statement.
B. calls to actions (reusable only) B. Add a breakpoint.
C. calls to QuickTest Professional tests C. Add a delay.
D. calls and copies of actions D. Add a stop point.
41. Which statement type can you use in your 42. Which checkpoint type uses a query to
test to wait for a condition to be met and fail validate expected value?
the test if it times out before meeting the A. standard
condition? B. table
A. pause method C. database
B. exist method D. text
C. standard checkpoint
D. wait statement
43. Which feature requires a connection to 44. Click the Exhibit button.
Quality Center?
A. Version Control
B. Jump to Step
C. System Monitor
D. Save Test with Resources

You are creating a recovery scenario to handle


the pop-up shown in the exhibit. Which
recovery option should you select?
A. Keyboard or mouse operation
B. Close application process
C. Function call
D. Restart Microsoft Windows
45. Which statement will retrieve the test 46. Which term is used to define a string of
object's properties during the test run? special characters that define the condition of
A. iCount = the search?
WebRadioGroup("seat").GetROProperty("Items A. constant expression
Count") B. placeholder
B. WebRadioGroup("seat).CheckProperty("Items C. regular expression
Count") D. parameter
C. oDesc = WebTable("Firstname").GetTOProperties
D. propsList =
WebTable("FirstName").ChildObjects(oDesc)
47. What is the correct syntax for a 48. If an object is contained in both local and
programmatic description? shared repositories then, during a run session.
A. WebEdit("Name:=Author" , Index:=3) A. QuickTest will use the object in the local object
B. WebEdit("Name:=Author" , "Index:=3") repository
C. WebEdit("Name:=Author";"Index=3") B. QuickTest will use the object in the Shared object
D. WebEdit("Name:=Author";"Index:=3) repository
C. There will be a conflict
D. QuickTest will use Descriptive Programming
49. Which statement should you use to export 50. Where can you reset the add-in manager if
all sheets in the Data Table? it does not display when you launch QuickTest
A. DataTable.Export ("C:\flights.xls") Professional?
B. DataTable.ExportSheet ("C\flights.xls.", ALL) A. General Options
C. DataTable.ExportAllSheets ("C:\flights.xls") B. Run Options
D. DataTable.Export ("C:\flights.xls" , ALL) C. Test Properties
D. Test Settings
51. When you copy an object to the local object 52. How can you add recordable or non-
repository recordable operations to your test? (Select
A. Its parent objects are also copied to the local object three.)
repository A. Use the Step Generator.
B. Its parent objects are not copied to the local object B. Insert through Keyword View.
repository C. Drag objects from the object repository.
C. You have to manually copy its parent objects are D. Drag objects from the Active Screen.
also copied to the local object repository E. Drag objects from Available Keywords.
D. You have to manually drag and drop its parent F. Drag objects from the Data Table.
objects
53. Which QuickTest Professional feature should 54. Which QuickTest Professional feature
you use to view methods and properties of confirms that the application is functioning
objects in your application? correctly?
A. Spy Object A. parameterization
B. Object Repository B. checkpoint
C. Object Spy C. breakpoint
D. Object Viewer D. validation
55. Which steps are required to connect to 56. Where is the System Monitor tab located?
Quality Center from QuickTest Professional? A. in the right pane of the Test Results window
(Select three.) B. in the Information pane
A. define a project C. in the Resources pane
B. connect to the server D. in the right pane of the System window
C. authenticate user
D. create a user
E. define a domain
F. select a project
57. What can you do using the To Do pane? 58. You set your Record and Run settings to
(Select two.) Record, and then run a test on any open
A. Assign tasks to others. browser. Which applications will be recorded?
B. Mark a task as In progress. (Select two.)
C. View TODO comments existing in the current test A. Firefox
recovery scenarios. B. Safari
D. Export TODO comments to comma-separated C. Silverlight
values or XML format. D. Chrome
E. View TODO comments existing in the current test E. Internet Explorer
checkpoints.
59. What happens when a tester performs an 60. Which Quick Test Professional View Option
Insert > Call to Copy of Action? will show you the repositories associated with
A. The local Data Table and the run iterations settings each action?
(in action call properties) are copied over. A. Resources
B. The steps, checkpoints, parameterizations, action B. Information
parameters, and object repository are all copied over. C. Script Repository
C. Only the called action, but none of its child actions D. Active Screen
(that is, actions called by it), is copied over.
D. The Use data stored with the original action is
disabled.
61. What happens when you import data from 62. Where are the local data sheet iterations
an external Excel file into the QuickTest specified?
Professional Data Table? A. Test Run Properties
A. Row data is overwritten when column headers in B. Action Settings
Excel and the Data Table match. C. Action Call Properties
B. A new column is added to the Data Table when D. Test Flow Settings
column headers in Excel and the Data Table match.
C. All the sheets in the Excel file are imported.
D. Excel listboxes are expanded and one row is added
to the Data Table per value in the list.
63. Click Next or More to continue. Click the 64. Click Next or More to continue. Click the
Task button. Task button.

Answer
Answer
65. Which Settings tab enables QuickTest 66. A tester uses QuickTest Professional
Professional to measure the resources being connected to Quality Center and the tests are
used by the application? stored in Quality Center. At an upcoming
A. Resources conference, this tester wants to demonstrate a
B. Environment new QuickTest Professional test. The test
C. Local System Monitor makes calls to reusable actions from other
D. Run QuickTest Professional tests stored in Quality
Center. What is the simplest way to make the
test portable so it
can run disconnected from Quality Center?

A. Use the QuickTest Professional Save test with


resources feature.
B. Change the calls to the reusable actions, use
copies of the reusable actions, and then use the
QuickTest Professional Save test with resources
feature.
C. Use the QuickTest Professional Save test with
resources feature for main test and do the same for
the test that contains the called reusable actions.
D. Use the QuickTest Professional Export to zip
feature.
67. Where is data for an Input parameter 68. What does the dot indicate in VBScript?
stored? (Select two.)
A. run-time Data Table A. property
B. design-time Data Table B. child object
C. run-time Data Repository C. statement
D. design-time Data Repository D. function
E. method
69. During the planning phase, you decide to 70. Which status is reported in the Test Results
create multiple actions that can be combined Summary if the test does not include
and reused to achieve testing goals. Which checkpoints?
element is critical for identifying the actions to A. Fail
be recorded and how to combine them? B. Passed
A. input data C. Done
B. parameters D. Complete
C. initial and end conditions
D. visual cues

You might also like