Pages

Monday, November 12, 2012

QTP Questions and Answers - 6


Q. 101: By default, new actions are.
A. Short 
B. External 
C. Reusable 
D. Non-reusable

Q. 102: 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

Q. 103: 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

Q. 104: 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

Q. 105: The __________ 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

Q. 106: 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

Q. 107: The sheet you import automatically takes the name of the sheet it replaces.
A. True 
B. False

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

Q. 109: 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

Q. 110: During the run session, QuickTest creates a ___________ Data Table live version of the Data Table associated with your test.
A. True 
B. False

Q. 111: 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

Q. 112: You can also use the ___________ to check specific property values.
A. CheckProperty method 
B. CheckItemProperty method
C. ItemProperty method 
D. Property method

Q. 113: 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 along with

Q. 114: 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

Q. 115: You cannot modify the settings of existing checkpoints in QTPv11.
A. True 
B. False

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

Q. 117: 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

Q. 118: 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

Q. 119: When you create a test, it includes _____________ action.
A. Single 
B. Unlimited 
C. Three 
D. Multiple

Q. 120: 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


No comments:

Post a Comment