QTP Certification Help

QTP Certification Dump - Sample Questions 201-250

201. The add-in is displayed as Not Licensed in the License column of the Add-in Manager dialog box:
A) If an add-in license has not yet been installed for a specific external add-in.
B) if no concurrent license server within your subnet has a registered license for the specific add-in
C) if all concurrent licenses are in use
D) All of Above
Ans: D
 

202. You can use only one license type per session for QuickTest Professional and all loaded add-ins-either seat or

concurrent.
A) True
B) False
Ans: A
 

203. Before you record or run a test on a Web or Windows application, you can use the .... dialog box to instruct

QuickTest which applications to open when you begin to record or run your test.
A) Record and Run
B) Record and Run Settings
C) Run and Record
D) Run and Record Settings
Ans: B
 

204. If you define environment variables to specify the record and run details, those values override the values in the

Record and Run dialog box.
A) True
B) False
Ans: A
 

205. You can record tests only on ............
A) Microsoft Internet Explorer
B) Netscape Browser
C) Mozilla Firefox
D) Opera
Ans: A
 

206. Record and Run Settings window contains two tabs
A) Web & Window
B) Web & Windows Applications
C) Web & Window Applications
D) Web & Windows Application
Ans: B
 

207. You can add up to ... applications to the application list displayed in the Windows Applications tab
A) 10
B) 12
C) 24
D) 64
Ans: A
 

208. You can use special, predefined environment variables to specify the applications or browsers you want to use for

your test while specifying the Record and Run Details
A) True
B) False
Ans: A
 

209. If you select the option to Record and Run on any application or browser (the upper radio button in each tab of the

Record and Run Settings dialog box), QuickTest ..... any defined record and run environment variables.
A) does not
B) ignores
C) may or may not ignore
D) None of above
Ans: B
 

210. To use environment variables to specify the applications or browsers you want to use for your test run, you must use

the appropriate variable names E.g. the variable name for the Web address to display in the browser is
A) URL_VAR
B) URL_EN
C) URL_ENV
D) URL_VA
Ans: C
 

211. The setting of the Active Screen capture level (Tools > Options > Active Screen tab) can significantly affect the

..... for your test and the functionality of the Active Screen while editing your test.
A) repeating time
B) waiting time
C) average time
D) recording time
Ans: D
 

212. The Web tab (Record and Run Settings dialog box) is available only when Web support is installed and loaded.
A) True
B) False
Ans: A
 

213. 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 Menu
B) Action List
C) Action Toolbar
D) Action View
Ans: B
 

214. You can view the ....... of the original action in the General tab of the Action Properties dialog box.
A) Parameters
B) Location
C) Associated Repositories
D) Type
Ans: B
 

215. You can create an additional call to any reusable or external action in your test by pressing ...... while you drag

and drop the action to another location at a parallel (sibling) level within your test.
A) F3
B) alt
C) shift
D) ctrl
Ans: D
 

216. You can use action parameters in any step in your action (including function calls).
A) True
B) False
Ans: A
 

217. Input values for an action parameter can be retrieved
A) from the test (for a top-level action)
B) from the parameters of the parent action that calls it (for a nested action)
C) from the output of a previous action call (for a sibling action)
D) All of above
Ans: D
 

218. The Action Call Properties dialog box enables you to set options that apply only to a ...... action call.
A) following
B) preceeding
C) specific
D) internal
Ans: C
 

219. Specifying input and output parameter values in action calls is .......
A) required
B) optional
C) required only for internal action
D) both A & B
Ans: B
 

220. You can share a value that is generated in one action with other actions in your test by storing the value in the

..... Data Table.
A) Internal
B) External
C) Local
D) Global
Ans: D
 

221. ExitAction:
A) Exits the current action, regardless of its iteration attributes.
B) Exits the current iteration of the action.
C) Exits the test, regardless of its iteration attributes.
D) Exits the current global iteration.
Ans: A
 

222. If the action called by the RunAction statement includes an ExitAction statement, the RunAction statement can return

the value of the ExitAction's RetVal argument.
A) True
B) False
Ans: A
 

223. If an object with the same name and description is located in both the local object repository and in a shared object

repository that is associated with the same action, the action uses the ...... object definition.
A) shared
B) local
C) Can use any
D) None of above.
Ans: B
 

224. You cannot use the same shared object repository with multiple actions.
A) True
B) False
Ans: B
 

225. If one or more of the property values of an object in your application differ from the property values QuickTest uses

to identify the object, your test ..... fail.
A) may
B) must
C) should
D) will certainly
Ans: A
 

226. You can open as many shared object repositories as you want.
A) True
B) False
Ans: A
 

227. You can also open an object repository from the .......... in the File menu.
A) Recent Folders list
B) Current Files list
C) Recent Files list
D) Both A & c
Ans: C
 

228. If you opened the object repository in ...... mode, you must enable editing for the object repository before you can

modify it.
A) read-write mode
B) read-execute mode
C) read-write-execute mode
D) read-only mode
Ans: D
 

229. You can also modify a shared object repository by merging it with another shared object repository.
A) True
B) False
Ans: A
 

230. You can also add objects to a shared object repository using the ....... option.
A) Navigate and Learn
B) Navigate and earn
C) Navigate
D) Navigate and Click
Ans: A
 

231. While Finding Objects in an Object Repository, You can use the Find and Replace dialog box to replace property or

object names.
A) True
B) False
Ans: B
 

232. In the Expert View, you can use the Object property to activate the method for a Web object.
A) True
B) False
Ans: A
 

233. The test object property set for each test object is created and maintained by ....... The run-time object property

set for each run-time object is created and maintained by the object creator
A) Microsoft
B) Adobe
C) HP
D) QuickTest
Ans: D
 

234. You can view or modify the test object property values that are stored with your component in the Object Properties

or Object Repository dialog box.
A) True
B) False
Ans: A
 

235. It is possible that you can use the Object property to access the native properties of any run-time object.
A) True
B) False
Ans: A
 

236. You cannot retrieve the values of test object properties from a run-time object.
A) True
B) False
Ans: B
 

237. You can use the GetTOProperty, GetTOProperties, and SetTOProperty methods in your ........ to set and retrieve the

test object property values of the test object.
A) Test
B) Function Library
C) Applciation area
D) Both A & B
Ans: D
 

238. Because QuickTest refers to the temporary version of the test object during the run session, any changes you make

using the SetTOProperty method apply only during the course of the run session, and do not affect the values stored in the

test object repository.
A) True
B) False
Ans: A
 

239. You can use the Object Spy at any time to view ..... properties and values of the objects in the application you are

testing.
A) run-time
B) test object
C) Both A & B
D) None
Ans: C
 

240. You cannot add to the list of properties that QuickTest uses to identify an object.
A) True
B) False
Ans: B
 

241. The default properties for a Link object (hypertext link) are...
A) Name
B) text
C) HTML tag
D) Tag
Ans: B, C
 

242. QTP can detects an application crash and activate a defined recovery scenario to continue the run session.
A. True
B. false
Ans: A
 

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

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

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

246. 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
Ans: B
 

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

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

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

250. The Active Screen enables you to parameterize object values andinsert checkpoints
A) True
B) False
Ans: A