|
Ans: The test object model is a large set of object types or classes that QuickTest uses to represent the objects in your application. Each test object class has a list of properties that can uniquely identify objects of that class and a set of re...
|
|
|
312. What Is Parameter Zing Tests?
Date Posted: 06/27/2012
Ans: When you test your application, you may want to check how it performs the same operations with multiple sets of data. For example, suppose you want to check how your application responds to ten separate sets of data. You could record ten separate tests, each with its own set of data. Alternatively, you can create a parameterized test that runs ten times: each time the test runs, it uses a different set of data.
|
|
|
313. How QTP Recognizes Objects In AUT?
Date Posted: 06/27/2012
Ans: Quick Test stores the definitions for application objects in a file called the Object Repository. As you record your test, Quick Test will add an entry for each item you interact with. Each Object Repository entry will be identified by a logical name (determined automatically by Quick Test and will contain a set of properties (type, name, etc) that uniquely identify each object.
Each line in the Quick Test script will contain a reference to the object that you interacted with, a call to the appropriate method (set, click, check) and any parameters for that method (such as the value for a call to the set method). The references to objects in the script will all be identified by the logical name, rather than any physical, descriptive properties.
|
|
|
314. Explain The QTP Tool Interface.
Date Posted: 06/27/2012
Ans: It contains the following key elements:
1. Title bar, displaying the name of the currently open test
2. Menu bar, displaying menus of Quick Test commands
3. File toolbar, containing buttons to assist you in managing tests
4. Test toolbar, containing buttons used while creating and maintaining tests
5. Debug toolbar, containing buttons used while debugging tests.
6. Action toolbar, containing buttons and a list of actions, enabling you to view the details of an individual action or the entire test flow.
|
|
|
315. What Is The Use Of GetToproperty Method?
Date Posted: 06/27/2012
Ans: This method will be used for getting all the properties and there values of a test object.
|
|
|
316. How Will You Automate Testing Of .net Application Which Uses Third Party UI Component Such As Infragistic Net Advantage?
Date Posted: 06/27/2012
Ans: The capability of .net add-in should be extended by using Test advantage. So, we should go for extending capability of .net add-in to make QTP recognize these Net advantage components. Infragistic provide Test advantage for this purpose.
|
|
|
317. Why We Need To Automate The Software Testing Using The Tools Such As QTP?
Date Posted: 06/27/2012
Ans: Automation testing will avoid human related errors and it improves the speed of test execution.
|
|
|
318. How Will You Read ‘test Object Repository’ Using Scripting?
Date Posted: 06/27/2012
Ans: We can use GetToproperty method to read ‘test object repository’.
|
|
|
319. Tell Me One Disadvantage Of Descriptive Programming In QTP?
Date Posted: 06/27/2012
Ans: The main disadvantage of descriptive programming in QTP is maintenance issue.
|
|
|
320. How Can You Get Evaluation Version Of QTP?
Date Posted: 06/27/2012
Ans: We can get 14 days trial version of QTP from HP site.
|
|