Can objects recognised without repository?
Answers were Sorted based on User's Feedback
Answer / ganesh kumar
yes, with the help of Descriptive Programming concept we
cna define the user desccrition of the object. where the
QTP will use to recognize the object during the runtime.
Set oDesc = Description.Create()
oDesc("micclass").value = "Link"
oDesc("html tag").value = "SPAN"
oDesc("name").value = "LogOut"
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / haribabu
yes, using object spy we can recognised all objects what
ever you want
Is This Answer Correct ? | 2 Yes | 3 No |
Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
What are the framework folders?
Use of environment variables?
how to call multiple scripts in QTP at a time
In QTP , Test Director combination . what is the role of Test Director? How QTP Launching QTP in T.D ? If it is Winrunner possible. but QTP How it is possible?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How can we change the .mtr file to .tsr file and vice-versa
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?
How do you change Logical Name of the object in test script?