How does QTP identifies the object in the application
Mainly objectives are three type's OF PROPERTIES namely
Answer Posted / rao' prasad
1.QTP identifies the objects using class name of the object
and logical name and physical properties of the object
2.Object Identification Machanisam(A.Mandatory
Properties b.Assistive Properties) 3.Ordinal Identifier
(A.Index B.Location 3.Time)
4.Smart Idetification(A.Base filter Properties B.Optional
Filter Properties)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
whow much strong on VB and C?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Who uses qtp tool?
What is the recovery scenario in qtp?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
after click on compose mail how can we attached a file in qtp with vbscript code
What is the syntax to call one action in another?
How do you test DLL files using automation Tool QTP?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.