|
361. How Do You Use QTP To Fetch Data From The Database?
Date Posted: 06/27/2012
Ans: In order to fetch data from a database, an adobe connection object must be connected to database. The syntax of following is
Create Object (“Adobe. Connection”)
|
|
|
362. How Do You Load A*.vbs Files Or A Test Generating Script On A New Machine?
Date Posted: 06/27/2012
Ans: In order to load a*.vbs file, you need to include file statement in the test script.
|
|
|
363. How Can You Repeat Tasks In Several QTP Scripts?
Date Posted: 06/27/2012
Ans: This can be accomplished by splitting the action that is related to task and make it reusable. One this is done, and then the action is called as many times as required.
|
|
|
364. How Do You Invoke The Microsoft Internet Explorer Browser In QTP?
Date Posted: 06/27/2012
Ans: The internet explorer browser can be invoked in QTP using the following.
SystemUtil.Run “iexplorer”.
|
|
|
365. How Can An External Action Be Called?
Date Posted: 06/27/2012
Ans: This can be achieved by Action X to Action Y. In QTP 8.2 there is a menu option called as insert-copy of action to accomplish.
|
|
|
366. What Types Of License Are Available For QTP?
Date Posted: 06/27/2012
Ans: a)Seat license or Node locked:
Fixed from one system, we can use from the system only.
b)Concurrent license or Floating license
This license can be used from different systems but one at a tim
|
|
|
367. What Are Different Parameterization Techniques?
Date Posted: 06/27/2012
Ans:
-
Data table
-
Random number
-
Environmental variables
|
|
|
368. Which Environment Is Supported By Bit Map Checkpoint?
Date Posted: 06/27/2012
Ans: Bit map checkpoint supports add-in environment.
|
|
|
369. What Is The Bit Map Check Point?
Date Posted: 06/27/2012
Ans: Bitmap checkpoint checks the bitmap images in a application or web page.
|
|
|
370. What Are The Short Cuts For Local Object Repository, Analog Reading, Stop Script Execution,run Script; Debug Mode And Insert/remove Break Point?
Date Posted: 06/27/2012
Ans: Ctrl +R= Local object repository
Alt+shift+F3= Analog Recording
F4, F5, F10 = Stop script execution, Run script and Debug mode.
F9 = Insert/remove Breakpoint
|
|