Search here for all the info you want in this Blog

QTP important interview QUestion 2



  1. How we make actions reusable?
After creating the test action, in the Keyword view right click on the respective action and select Action Properties, Check the “Reusable Action”
  1. What are the different files available in QTP and their use?
Object Repository File – To store the Objects in the application
Recovery Scenario File – To store the Collection of the Recovery Scenarios
Library File
VBS File
  1. What is Smart identification?
Smart Identification is used when there is an Ambiguity between the two objects
When two objects in an application contains same properties then identifying the objects is very difficult, at these conditions Quick test identifies the object by enabling the smart identification
  1. What is correlation?
The process in which the output value of a variable is used as an input to the another variable
  1. What is recovery scenario? Do we use this in real time?
Unexpected events, errors, and application crashes during a run session can disrupt your run session and distort results. This is a problem particularly when running tests or components unattended—the test or component is suspended until you perform the operation needed to recover.
  1. How to use Environment variable
  2. What is the extension on recovery scenario file?
< .qrs >
  1. Which method is used to call a function which is in the VBS file?
  2. How many ways can we provide input to an action?
Three Ways we can provide input to an action
1. Data table
2. Environmental Variable

    No comments:

    Post a Comment