|
421. What Is A Run-Time Data Table? Where Can I Find And View This Table?
Date Posted: 06/27/2012
Ans: The data like parameterized output, checkpoint values, and output values can be stored in Run time data table. It is an xls file which is in the Test Result Folder. It can also be accessed in the Test Fusion Report.
|
|
|
422. What Is Maturity Level?
Date Posted: 06/27/2012
Ans: Maturity level specifies the level of performance expected from the organization
|
|
|
423. Can You Explain Elementary Process?
Date Posted: 06/27/2012
Ans: Elementary process is a smallest unit of activity that is meaningful to the user. Elementary process must be self contained and leave the application in consistent state.
|
|
|
424. Can You Explain TPA Analysis?
Date Posted: 06/27/2012
Ans: TPA is a technique to estimate the test effort for black box testing. Input for TPA is the counts which are derived from function points
-
Below are the features of TPA
-
Used to test only black box testing
-
Requires function points as input
|
|
|
425. How Can You Handle Exception In QTP?
Date Posted: 06/27/2012
Ans: Recovery scenario
Using “on errors” statement
In recovery scenario we have to define
-
Triggered events
-
Recovery steps
-
Post recovery test run
-
At script level we can use on error resume and On error Go to 0 statement.
|
|
|
426. What Is Keyword View And Expert View?
Date Posted: 06/27/2012
Ans: Keyword view is the icon based view which shows test steps in tabular format. It also generates documentation for test steps.
Expert view gives the corresponding VB script statement for every test step in the keyword view.
|
|
|
427. What Is Difference Between Actions And Functions In QTP?
Date Posted: 06/27/2012
Ans: Actions have their own data table and object repository. This helps in reuse of test modular and for example we can divide actions in functions such as login and logout.
Functions are VB script programming and it doesn’t have object repository and data table. This function can be used to reuse the code.
|
|
|
428. What Is Object Spy And How Is It Used?
Date Posted: 06/26/2012
Ans: Object spy helps in determining the run and test time object properties and methods of the application that is under test. This can be accessed directly from the tool bar or from the object repository dialog box. This is very important in descriptive programming.
|
|
|
429. How Can Be Declaration Of Variables Can Be Done In QTP?
Date Posted: 06/26/2012
Ans: DIM keyword can be used and by using SET keyword helps to assign values of the variables.
|
|
|
430. What Is Standard Time Delay For Web Based Application In QTP?
Date Posted: 06/26/2012
Ans: The standard delay for web applications is about 60 seconds and this can be change by test settings.
|
|