QTP Multiple Choice Questions - Set 10

91) An ........ assigns a numerical value to a test object that indicates its order or
location relative to other objects with an otherwise identical description (objects that
have the same values for all properties)
A) Index identifier.
B) ordinal identifier.
C) SMART ID identifier.
D) original identifier.
92) You can add an object to the local object repository only if that object does not
already exist in a shared object repository that is associated with the action. If an
object already exists in an associated shared object repository, you can add it to the
local object repository using the ........ option.
A) Copy from Shared Repository
B) Copy from Shared Object Repository
C) Copy to Local
D) Copy to Local repository
93) You can copy, paste, and move objects in the local object repository using the
Object Repository window, and copy, paste, and move objects both within a shared
object repository and between shared object repositories using the Object
Repository Manager. But you cannot copy objects from a shared object repository to
the local object repository to modify them locally
A) True
B) False
94) At the time of copying, pasting and moving objects, you cannot move an object
to any of its descendants.
A) True
B) False
95) When you remove a step from your test, its corresponding object is also
removed from the object repository
A) True
B) False
96) You can use the Find and Replace dialog box to replace property or object
names.
A) True
B) False
97) The Object Repository window is ...... during record and run sessions
A) read-only
B) read-write only
C) read-write and enable
D) None of above

98) In the Associated Repositories tab of the Action Properties dialog box, the
......object repository is always listed first and cannot be moved down the priority list
or deleted.
A) local
B) shared
C) Both
D) None

99) In the Associated Repositories tab of the Action Properties dialog box, although
we can order the object repositories according to our choice except the fact that
Shared Repository remains the first one and cannot be removed.
A) True
B) False

100) If your object repositories are stored in the file system and you want other
users or Mercury products to be able to run this action on other computers, you
should set the file path as a
A) Absolute path
B) relative path
C) both
D) None of above

QTP Multiple Choice Questions - Set 9

81) In the Object Repository window:.
A) Local objects are editable (black)
B) Shared objects are in read-only format (gray)
C) Local objects are in read-only format (gray)
D) Shared objects are editable (black)

82) Mark true statement(s):.
A) You can delete objects from a shared object repository using the Object
Repository window.
B) You can delete objects from the local object repository using the Object
Repository Manager
C) You can delete objects from the local object repository using the Object
Repository window
D) You can delete objects from a shared object repository using the Object
Repository Manager

83) You can modify an object stored in a shared object repository.
A) using the Object Repository Manager
B) using the Object Repository window
C) you can copy it to the local object repository and then modify its properties
D) you cannot modify properties of objects stored in Shared object repository

84) If an object is contained in both local and shared repositories then, during a run
session.
A) QuickTest will use the object in the local object repository
B) QuickTest will use the object in the Shared object repository
C) There will be a conflict
D) QuickTest will use Descriptive Programming

85) When you copy an object to the local object repository
A) its parent objects are also copied to the local object repository
B) its parent objects are not copied to the local object repository
C) You have to manually copy its parent objects are also copied to the local object
repository
D) You have to manually drag and drop its parent objects

86) For tests, you can also view test object properties and property values for
objects in the Active Screen, regardless of whether the objects are
stored in the object repository.
A) True
B) False

87) Object Properties window differs for objects stored in Shared and Local object
repository.
A) True
B) False

88) You can rename objects in the shared object repository using the Object
Repository Manager
A) True
B) False, you cannot rename objects in shared object repository

89) When you modify the name of an object in the local object repository, the name
is automatically updated in ....... for all occurrences of the object..
A) in the Keyword View
B) in the Expert View
C) Both Keyword and Expert View
D) Changing name of an object doest not effect keyword or expert view

90) When you modify the name of an object in a shared repository, the name is
automatically updated in all tests open on the same computer that use the object
repository as soon as you make the change, even if you have not yet saved the
object repository with your changes.
A) True
B) False

QTP Multiple Choice Questions - Set 8

71) QuickTest processes a comments when it runs a test.
A) True
B) False

72) Press ..... to add a new step below the currently selected step.
A) F8
B) Shift + A
C) F0
D) Shift + A + Q

73) While working with the Keyword View, you can ...... steps to move them to a
different location in a test or in an action
A) Copy and Paste
B) Cut and Paste
C) Drag and drop
D) Both A) and C)

74) You can specify the order in which the columns are displayed in the Keyword
view.
A) True
B) False

75) You can view ....... while working with keyword view.
A) object properties
B) action properties
C) action call properties
D) checkpoint properties
E) Output value properties
F) None of the above
G) All of above

76) You cannot manage some aspects of a local object repository using the
QuickTest Object Repository automation object model..
A) True
B) False

77) For each action, you can use a combination of objects from your local and
shared object repositories.
A) True
B) False

78) QuickTest adds all new objects to the local object repository even if one or more
shared object repositories are already associated with the action assuming that an
object with the same description does not already exist in one of the associated
shared object repositories..
A) True
B) False

79) If a child object is added to a local object repository, and its parents are in a
shared object repository, then you have to manually drag and drop its parent objects
from shared object repository to local object repository.
A) True
B) False

80) The ....... is not accessible as a separate file
A) local object repository
B) shared object repository
C) Both
D) None

QTP Multiple Choice Questions - Set 7

61) You can use the Keyword View to add a step ..........in your test.
A) at the end
B) below the currently selected step
C) at the beginning
D) at anypoint
62) The Documentation cell is .............
A) Read-only
B) Write-only
C) Read and Write
D) Read, write & execute
63) An Item column can be any of the following:
A) A test object
B) A statement like Dim
C) A step generated by step generator
D) All of above
64) The Operation cell in the keyword view specifies the operation to be performed
on the item listed in the ........... column.
A) Operation
B) Documentation
C) Item
D) Value
65) Even if the Item column in the Keyword View is displayed to the right of the
Operation column, you must still first select an item to view the list of available
operations in the Operation column.
A) True
B) False
66) The Value cell in the keyword view can contain........ value
A) Constant
B) Parameter
C) Both A) & B)
D) None of these
67)The ............... enables you to encode your passwords and place secure values
into the Data Table.
A) Password Encoder
B) Password Decoder
C) Password Encode
D) Password Decode
68) You can also encrypt strings in Data Table cells using the ......... option in the
Data Table menu.
A) Decrypt
B) Encrypt
C) Encrypt Code
D) Decrypt Code
69) In addition to adding standard statement steps to your test using the Keyword
View, you can also insert
A) Checkpoint step
B) Output value step
C) Comment step
D) All of above

70) The correct syntax of the conditiona statement starting with Do is.....
A) Do...While
B) Do...Until
C) Do...Next
D) Both A) and B)


QTP Multiple Choice Questions - Set 6

51) Using the Object Spy, you can view
A) the run-time or test object properties and methods of any object in an open
application.
B) the run-time or test object properties of any object in an open application.
C) the test object properties and methods of any object in an open application.
D) the run-time object properties and methods of any object in an open application.

52) There are .........object type filters in Object spy dialog box.
A) Two
B)Three
C) Four
D) Five

53) In the Object Spy window, in the Properties Tab
A) Copying of Properties and its values is possible with CTRL+C
B) Copying of Properties and its values is possible by right clicking on it and
choosing copy.
C) Copying of Properties and its values is possible with both A) and B) methods
D) Copying of Properties and its values is possible is not possible

54) In the Object Spy window, in the methods Tab
A) Copying of Methods is possible with CTRL+C
B) Copying of Methods is possible by right clicking on it and choosing copy.
C) Copying of Methods is possible with both A) and B) methods
D) Copying of Methods is possible is not possible

55) Object Spy dialog box
A) Can be resized
B) Cannot be resized

56) .............. are the highest level of the test hierarchy in the
Keyword view.
A) Tests
B) Steps
C) Call to Actions
D) Actions

57) You can copy and paste or drag and drop actions to move them to a different
location within a test
A) True
B) False

58) You can print the contents of the Keyword View to your Windows default printer
(and even preview the contents prior to printing).
A) True
B) False

59) In the Keyword View, you can also view properties for items such as
checkpoints.
A) True
B) False

60) In the step Browser > Page > Edit > Set "Sachin", identify container object(s)
A) Browser
B) Edit
C) Page
D) Both Browser & Page

QTP Multiple Choice Questions - Set 5

41) Object Spy can be found in ........menu.
A) Tool
B) Tools
C) Task
D) Tasks

42) ............ displays the open documents side-by-side.
A) Tile Vertically
B) Tile Horizontally
C) Cascade
D) Tile Cascade

43) For opening the QuickTest Professional Help we can use.......
A) F3
B) F5
C) F1
D) F2

44) If QTP cannot find any object that matches the description, or if it finds more
than one object that matches, QuickTest may use the............mechanism to identify
the object.
A) Ordinal Identifier
B) Index Identifier
C) Smart Identification
D) Assistive Identification

45) You can configure the ........, ............ and ............
properties that QuickTest uses to record descriptions of the objects in your
application
A) mandatory, assistive, and ordinal identifier
B) mandatory, required, and ordinal identifier
C) smart, assistive, and ordinal identifier
D) Index, assistive, and ordinal identifier

46) The .......... property set for each test object is created and maintained by
QuickTest.
A) Run-Time Object
B) Test Object
C) Smart Identification Object
D) Assistive Object

47)You can access and perform ......... methods using the Object property.
A) Run-Time Object
B) Test Object
C) Smart Identification Object
D) Assistive Object

48) You can view or modify the test object property values that are stored with your
test in the .........
A) Information Pane
B) Data Table
C) Information Pane & Data Table Both
D) Object Properties & Object Repository dialog box.

49) You can retrieve or modify property values of the test object during the run
session by adding ..........statements in the Keyword View or Expert View.
A) GetROProperty & SetROProperty
B) GetTOProperty & SetTOProperty
C) GetTOProperty & SetROProperty
D) GetROProperty & SetTOProperty

50) If the available test object methods or properties for an object do not provide
the functionality you need, you can access ..............of any run-time object using
the Object property.
A) The internal methods and properties
B) The mandatory methods and properties
C) The selective methods and properties
D) The assistive methods and properties



QTP Multiple Choice Questions - Set 4

31) You can manage the test actions and the test or function library steps using the
... menu commands
A) File
B) Edit
C) Automation
D) Tools

32) To expand all the steps in the keyword view which option you would use from
the View menu.
A) Expand
B) Expand All
C) Expand Items
D) Expand Rows

33) What is the shortcut key to open a Step Generator.
A) F2
B) F5
C) F6
D) F7

34) Function Definition Generator in found in which menu option.
A) File
B) Tools
C) Insert
D) View

35) The shortcut keys for Record, Stop and Run respectively are
A) F3, F4, F5
B) F4, F3, F5
C) F4, F5, F3
D) F3, F5, F4

36) What is the shortcut key for opening an Object Repository.
A) Alt+R
B) Shift+R
C) Ctrl+R
D) Shift+O+R

37) Shortcut key to Insert/Remove a breakpoint is
A) F9
B) F8
C) Ctrl+b
D) Shift+b

38) .........runs only the current line of the script. If the current line calls a method,
the method is displayed in the view but is not performed.
A) Step Over
B) Step Out
C) Step Into
D) Step Till

39) .........runs only the current line of the script. When the current line calls a
method, the method is performed in its entirety, but is not displayed in the view.
A) Step Over
B) Step Out
C) Step Into
D) Step Till

40) What is the shortcut key to Clear all Breakpoints
A) Ctrl+Shift+F9
B) Shift+Ctrl+F9
C) Alt+Shift+F9
D) Alt+Ctrl+F9


QTP Multiple Choice Questions - Set 3

21) Panes in QTP can have one of the following states—docked or floating.
A) True
B) False

22) Which of the following statement is True:
A) QuickTest enables you to open and work on one test at a time
B) QuickTest enables you to open and work on two tests at a time
C) QuickTest enables you to open and work on predefined number of tests at a
time
D) QuickTest enables you to open and work on nine test at a time

23) Which of the following statement is True:
A) You can open and work on two function libraries simultaneously
B) You can open and work on multiple function libraries simultaneously
C) You can open and work on nine function libraries simultaneously
D) You can open and work on one function library at a time

24) You can open any function library, regardless of whether it is associated with
the currently open test.
A) True
B) False

25) You can work with multiple documents (test, component, or application area,
function libraries) using the...... dialog box
A) Panes
B) Display
C) Show
D) Windows

26) QuickTest has ..... built-in toolbars.
A) 5
B) 6
C) 7
D) 8
27) The ......... toolbar contains buttons for recording and running your test.
A) Standard
B) Tools
C) Automation
D) Edit

28) Shortcut Key for opening a new Function Library is:
A) Shift+Alt+N
B) Ctrl+Alt+N
C) Shift+N
D) CRTL+N

29) Shortcut Key for Closing all open Function Libraries in one go.
A) Ctrl+Alt+C
B) Shift+A+C
B)Shift+N
D) None of these

30) shortcut Key for Commenting out the current row, or selected rows
A) Shift+M
B) Ctrl+C
C) Ctrl+M
D) Shift+C

QTP Multiple Choice Questions - Set 2

11) The Information pane provides a list of............. in the test:
A) Semantic errors
B) Syntax errors
C) Common errors
D) Logic errors

12) When we switch from Expert view to the Keyword view, QTP automatically
checks for syntax errors in the test and shows them in the information pane.
A) True
B) False

13) If the information pane is not open, QTP automatically opens it in case a
syntax error is detected.
A) True
B) False

14) ..................... provides a list of the resources that are specified in your test but
cannot be found.
A) Missing pane
B) Missing Resources pane
C) Resources pane
D) Missing Items pane

15) Whenever you open a test or a function library, QTP automatically checks for
the availiblity of specified resources.
A) True
B) False

16) The Data Table does not assists you in parameterizing your test.
A) True
B) False

17) Tabs in the Debug Viewer pane are:
A) Watch, Variables, Debug
B) Watch, Data, Command
C) Watch, Variables, Command
D) View, Variables, Command

18) ............... tab enables you to view the current value of any variable or VBScript
expression.
A) Watch
B) VIew
C) Locate
D) Current

19) The .... tab displays the current value of all variables that have been
recognized up to the last step performed in the run session.
A) View
B)Variables
C) Locate
D) Current

20) The .........tab enables you to run a line of script to set or modify the current
value of a variable or VBScript object in your test or function library.
A) View
B) Variables
C) Command
D) Current


QTP Multiple Choice Questions - Set 1

1) 'Browser navigation timeout' is in which tab of Test Settings (File->Settings)
window.
A) Properties
B) Resources
C) Web
D) Web Settings

2) How many tabs are there in Test Settings (File->Settings) window
A) 7
B) 6
C) 5
D) 8

3) Identify the tabs in the Test Settings (File->Settings) window
A) Properties, Run, Resources, Parameters, Environment, Web, Recovery
B) Properties, Run, Resources, Parameters, Environment, Web Settings,Recovery
C) Properties, Run Options, Resources, Parameters, Environment, Web,
Recovery
D) Properties, Run, Resources, Input Parameters, Environment, Web, Recovery

4) 'Generate Script' is in which tab of Test Settings (File->Settings) window
A) Properties
B) Web
C) Resources
D) Recovery

5) The following are the four main columns in the Keyword view
A) Item, Operation, Value, Comments
B) Item, Operation, Value, Documentation
C) Item, Operation, Property, Documentation
D) Number, Operation, Value, Documentation

6) For each object and method in an Expert View statement, a corresponding row
exists in the Keyword View.
A) True
B) False
C) There is a problem with the statement.
D) None of above

7) You can work on one or several function libraries at the same time.
A) True
B) False

8) You can insert additional steps on the test objects captured in the Active screen
after the recording session.
A) True
B) False

9) The Active Screen enables you to parameterize object values and insert
checkpoints
A) True
B) False

10) A QTP user can increase or decrease the active screen information saved with
the test.
A) True
B) False