Krishna Logo
qa training in canada now
Divied
Call: Anusha @ 1 (877) 864-8462

 

Latest News
Home Navigation Divied
INTERVIEW Navigation Divied QTP INTERVIEW QUESITONS
Showing 311 - 320 of 469 Previous | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | Next
QTP INTERVIEW QUESITONS
 
311

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 relevant methods that QuickTest can record for it.

A test object is an object that QuickTest creates in the test or component to represent the actual object in your application. QuickTest stores information about the object that will help it identify and check the object during the run session.
A run-time object is the actual object in your Web site or application on which methods are performed during the run session.

When you perform an operation on your application while recording, QuickTest identifies the test object class that represents the object on which you performed the operation and creates the appropriate test object reads the current value of the object's properties in your application and stores the list of properties and values with the test object chooses a unique name for the object, generally using the value of one of its prominent properties records the operation that you performed on the object using the appropriate QuickTest test object method. For example, suppose you click on a Find button with the following HTML source code:



Quick Test identifies the object that you clicked as a WebButton test object. It creates a Web Button object with the name Find, and records the properties and values for the Find Web Button. It also records that you performed a Click method on the WebButton. QuickTest displays your step like this.

Browser("Mercury Interactive").Page("Mercury Interactive").
WebButton("Find").Click

What Is Test Object Model In QTP?
Date Posted: 06/27/2012

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...  

 
 
312What 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.

 
 
313How 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.

 
 
314Explain 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.

 
 
315What 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.

 
 
316How 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.

 
 
317Why 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.

 
 
318How Will You Read ‘test Object Repository’ Using Scripting?
Date Posted: 06/27/2012

Ans:  We can use GetToproperty method to read ‘test object repository’.

 
 
319Tell 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.

 
 
320How 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.

 
Showing 311 - 320 of 469 Previous | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | Next
Shadow Bottom
 
 
© 2005 -