does qtp runs on internet explorer 7.0
Answer Posted / navdeep singh
Yes.
IE7.0 works with QTP9.2,
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to create scenario selector
Explain the check points in quicktest professional (qtp)?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
in a web page How to check and display a particular word from a paragraph?
what are the utilities and drivers
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What is text check point and text area check point?
Can any suggest me what is exposure testing?
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.
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is synchronization? What are the ways you can synchronize?
can u explain relative path architecture framework in qtp?
What is the difference between keyword view and expert view?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma