|
431. What Are The Factors That Affect Bitmap Checkpoint?
Date Posted: 06/26/2012
Ans: Bitmap checkpoints are affected by screen resolution and image size.
|
|
|
432. What Is The Extension For Functional Library?
Date Posted: 06/26/2012
Ans: The extension of functional library is .QFL
|
|
|
433. What Is Get RO Property?
Date Posted: 06/26/2012
Ans: Get Ro property is a standard method which is provided by QTP to fetch property values of run time object.
|
|
|
434. What Are The Drawbacks Of QTP?
Date Posted: 06/26/2012
Ans: As per the version QTP 10
-
Huge test in QTP can consume lot of memory and increase CPU utilization.
-
Since the stores results in HTML file the result folder sometimes become big.
|
|
|
435. How Can You Connect To Database Using VB Script?
Date Posted: 06/26/2012
Ans: To connect the database it is important to know
Connection string of a server
Username
Password
DNS name
Coding of database connectivity command can be done directly or we can make use of SQL query tool provided by QTP.
|
|
|
436. List Of Different Types Of Automation Frameworks?
Date Posted: 06/26/2012
Ans: The different types of automation frameworks are:
-
Linear scripting
-
The test library architecture framework
-
The data-driven testing framework
-
Keyword driven or table driven testing framework
|
|
|
437. What Is Difference Between Bitmap Check Point And Image Check Point?
Date Posted: 06/26/2012
Ans:
-
Bitmap checkpoint does a pixel to pixel comparison of an image.
-
Image check point does do pixel to pixel comparison but instead of compare image properties like alt text, destination URL.
|
|
|
438. What Are The Types Of Environmental Variables In QTP?
Date Posted: 06/26/2012
Ans: Environmental variables in QTP are of three types they are
-
Built in (Read only)
-
User defined internal (Read only)
-
User defined external (Read/write)
Syntax of environmental variable
Environment. Value (“Name”) = “Trans”
Retrieving the variable name using syntax:
Environment. Value (“Name”) --- This will return name as “Trans”
Environment. Value (“OS”) ---- This will return system OS
|
|
|
439. What Is Step Generator?
Date Posted: 06/26/2012
Ans: Step generator helps in enabling the user to add test steps in the scripts. Using step generator, we can add steps to the script without actually recording it.
|
|
|
440. What Is The Use Of Text Output Value In QTP?
Date Posted: 06/26/2012
Ans: This text output value helps to capture the text that is appearing on the application under text during run time.
|
|