QTP Questions 15 - Data Table

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

167) 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

168) 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

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

170) 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

171) By default, new actions are
A) Short
B) External
C) reusable
D) non-reusable

172) 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

173) 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

174) 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

175) ....... 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

176) 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

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

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

179) 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

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

A) True
B) False

181) 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

182) 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

183) 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

184) ...... 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

185) The Data Table assists you in parameterizing your test.
A) True
B) False
Answers