QTP Certification Help

QTP Certification Dump - Sample Questions 101-150

101. Where do we Specify the Maximum Time to Wait for a Web Page to Load
A) File->Settings, Web Tab.
B) Tools->Options, Web Tab.
C) Resources->Settings, Web Tab
D) None of above
Ans: A
 

102. ...... Method Waits for the browser to complete the current navigation.
A) Exist
B) Wait
C) WaitProperty
D) Sync
Ans: D
 

103. You can insert ........ statements that instruct QuickTest to wait until an object exists
A) Exist
B) Wait
C) Both A & B
D) None
Ans: C
 

104. Sub Sync_Example()
Browser("Mercury Tours").Page("Mercury Tours").Sync
End Sub
The above example uses the Sync method to wait for the Mercury Tours page to synchronize before performing the next

operation.

A) True
B) False
Ans: A
 

105. .....Property- The period of time QuickTest waits before checking the emulator status (in milliseconds).
A) SyncTime
B) Sync.Time
C) TimeSync
D) Time.Sync
Ans: A
 

106. ....... Property- Indicates whether QuickTest beeps after performing each Sync function during a run session.
A) BeepAfterSync
B) BeepOnSync
C) BeepSync
D) Beep.Sync
Ans: B
 

107. ...... Statement - Initiates a pause during a run session.
A) WaitProperty
B) Wait
C) Sync
D) Exit
Ans: B
 

108. Unlike the Exist method, the ....... method enables you to synchronize the test run based on a specific object

property.
A) WaitProperty
B) Wait
C) Sync
D) Exit
Ans: A
 

109. ........... Property - is the maximum time (in milliseconds) that QuickTest waits for a Web page to load before

running a step.
A) BrowserTimeout
B) Browser_Navigation_Timeout
C) BrowserNavigationTimeout
D) Browser_Timeout
Ans: C
 

110. The ........ checks a variety of objects such as buttons, radio buttons, combo boxes, lists, and so forth.
A) Image checkpoint
B) standard checkpoint
C) Bitmap checkpoint
D) Accessibility checkpoint
Ans: B
 

111. You create an image checkpoint by inserting a ........ on an image object.
A) Image checkpoint
B) standard checkpoint
C) Bitmap checkpoint
D) Accessibility checkpoint
Ans: B
 

112. ......... are also supported for some list view objects, such as WinListView and VbListView, as well as other list

view objects in external add-in environments.

A) Table checkpoints
B) standard checkpoints
C) Accessibility checkpoints
D) XML checkpoints
Ans: A
 

113. .......identifies areas of your Web site that may not conform to the World Wide Web Consortium (W3C) Web Content

Accessibility Guidelines.

A) Accessibility Checkpoint
B) standard checkpoints
C) Database checkpoints
D) Accessible Checkpoint
Ans: A
 

114. ........ Specifies the time interval (in seconds) during which QuickTest attempts to perform the checkpoint

successfully.
A) Check timeout
B) Checkpoint interval timeout
C) Checkpoint timeout
D) Quicktest timeout
Ans: C
 

115. ........... Specifies when to perform the checkpoint in the test.
A) Insert statement.
B) Check statement.
C) timeout statement.
D) checkpoint statement.
Ans: A
 

116. You can view the results of the checkpoint in the ........
A) Test Results window
B) Checkpoint window
C) Information Pane
D) Checklist window
Ans: A
 

117. By default, the bottom right part of the Test Results window displays information on the selected checkpoint only if

it has the status Failed.
A) True
B) False
Ans: A
 

118. If you want to retrieve the return value of a checkpoint (a boolean value that indicates whether the checkpoint

passed or failed), you must add ......... the checkpoint argument in the statement in the Expert View.
A) parentheses around
B) Properties with
C) Arguments with
D) Values alongwith
Ans: A
 

119. You can also use the ......... to check specific property values.
A) CheckProperty method
B) CheckItemProperty method
C) ItemProperty method
D) Property method
Ans: A
 

120. You cannot modify the settings of existing checkpoints.
A) True
B) False
Ans: B
 

121. You can edit information in the Data Table by typing directly into the table cells.
A) True
B) False
Ans: A
 

122. You can use a formula in a checkpoint to confirm that an object created on-the-fly (dynamically generated) or another

variable object in your Web page or application contains the value it should for a given context.
A) True
B) False
Ans: A
 

123. Each row in the table represents the set of values that QuickTest submits for the ......... arguments during a single

iteration of the test or action.
A) parameterized
B) Non-parameterized
C) distributed
D) None of above
Ans: A
 

124. For every action called in your test, QuickTest creates a corresponding ........ in the Data Table so that you can

enter Data Table parameters that are specific to that action only.
A) action sheet
B) Excel sheet
C) Both A & B
D) None
Ans: C
 

125. There are three kinds of actions:
A) non-reuse action, reuse action, external action
B) Call to internal action, Call to reusable action, external action
C) non-reusable action, reusable action, external action
D) Call to non-reusable action, reusable action, external action
Ans: C
 

126. When you create a test, it includes ..... action.
A) Single
B) unlimited
C) Three
D) Multiple
Ans: B
 

127. By default, new actions are
A) Short
B) External
C) reusable
D) non-reusable
Ans: B
 

128. The ...... enables you to view either the entire test flow (the calls to the actions in the test) or you can view the

steps for a selected reusable or external action.
A) Action Flow
B) Action file
C) Action List
D) Action Repository
Ans: D
 

129. In the ......., the Action List is always visible and the Expert View always displays the script for the selected

action.
A) Keyword View
B) Expert View
C) Action Flow
D) Action View
Ans: A
 

130. ....... Method - Imports a sheet of a specified file to a specified sheet in the run-time Data Table.
A) SheetImport
B) ImportSheet
C) ImportDataTable
D) ImportTable
Ans: B
 

131. You can display or hide the Action toolbar in the Keyword View by choosing View > Toolbars > Action.
A) View > Toolbars > Action
B) View > Toolbars > Actions
C) View > Toolbar > Action
D) Views > Toolbars > Action
Ans: A
 

132. The column headings in the sheet you import must match the Data Table parameter names in the action for which the

sheet is being imported. Otherwise, your test or component may fail.
A) True
B) False
Ans: A
 

133. The sheet you import automatically takes the name of the sheet it replaces.
A) True
B) False
Ans: A
 

134. The use of complex and/or nested formulas in the Data Table is supported.
A) True
B) False
Ans: B
 

135. During the run session, QuickTest creates a ....... Data Table—a live version of the Data Table associated with your

test.
A) True
B) False
Ans: A
 

136. The data your test uses is stored in the ....... Data Table, which is displayed in the Data Table pane at the bottom

of the screen while you insert and edit steps.
A) design-time
B) Run-time
C) Current
D) None
Ans: A
 

137. If it is important for you to save the resulting data from the run-time Data Table, you can insert a

..........statement to the end of your test to export the run-time Data Table to a file.
A) Export.Datatable
B) DataTable_Export
C) DataTable.Export
D) Both A & B
Ans: C
 

138. When you parameterize a step in a test using the Data Table, you must decide whether you want to make it a global

Data Table parameter or an action Data Table parameter.
A) True
B) False
Ans: A
 

139. After running a parameterized test, you can view the actual values taken from the Data Table in the Test Results

Run-Time Data Table.
A) True
B) False
Ans: A
 

140. ...... Property - Returns the design-time Data Table, which enables you to modify the data that is used for the Data

Table parameters in your test or business component.
A) DataTable
B) DesignTable
C) Design_Table
D) None
Ans: A
 

141. The Data Table assists you in parameterizing your test.
A) True
B) False
Ans: A
 

142. You can parameterize values ..... in your test.
A) in Steps
B) in Checkpoints
C) of Action Parameters
D) Both A & B
E) All of above
Ans: E
 

143. There are four types of parameters: Test/Action, Random number, Environment Variable, Regular Expression.
A) True
B) False
Ans: B
 

144. You can parameterize values in steps and checkpoints while ...... your test.
A) recording
B) editing
C) Both A & B
Ans: C
 

145. While using Test and Action Input Parameters,you can enter the parameter name in the Expert View using the Parameter

utility object, in the format: ............ for the current action.
A) Parameter("ParameterName")
B) ParameterName("Parameter")
C) Parameter("Parameter-Name")
D) Parameter("Parameter_Name")
Ans: A
 

146. ..... parameters are available only for top-level actions.
A) Action
B) Environment Variable
C) Test
D) None
Ans: C
 

147. ...... parameters are available for subsequent steps and for nested actions. They are defined in the action

containing the steps or in the action that calls the nested action.
A) Action
B) Environment Variable
C) Test
D) Parent action
Ans: D
 

148. By outputting values to the global Data Table sheet from one action and using them as input parameters in another

action, you can easily pass values from one action to another.
A) True
B) False
Ans: A
 

149. When specifying the name for data table parameter, the first character of the parameter name must be a ......
A) letter
B) underscore
C) number
D) both A & b
Ans: D
 

150. ...... parameters are especially useful for localization testing, when you want to test an application where the user

interface strings change, depending on the selected language.
A) Action
B) Environment
C) Test
D) Parent action
Ans: B