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.
Answer Posted / rahul
do use xp only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can decide which type of object repository you have to use?
how can we compare descriptive programing with a regular expression
Differences between text and test area checkpoints?
what is the latest version of QTP? Main difference between 9.2 and 10 version
What are the types of object repositories? Which one is you using?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What is the difference between run time object and test object?
Define Error Pane of UFT?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Diff b/w Health care domain and Banking Domain?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Explain how to use QTP to check broken links on a page?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
How can get count of list box?