How does QTP identifes the object in the application?
Answer / zia ur rehman
QTP identifies the object in the application by LogicalName and Class.
For example :
The Edit box is identified by
Logical Name : PSOPTIONS_BSE_TIME20
Class: WebEdit
| Is This Answer Correct ? | 0 Yes | 0 No |
What is checkpoints for qtp?
LINUX environment supports QTP or not? LINUX environment supports QC or not?
when do we write a script in qtp?(plz give me more then 2 reasons)
QTP Testing Process?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
how do we add a new sheet to data table in QTP?
We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 Answers Accenture, Banca Sella, Polaris,
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How QTP recognize the object??how to add objcts into object repository??
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
what is the difference between ClassName and class in QTP?