does qtp runs on internet explorer 7.0
Answer Posted / sam
IE 7.0 is not compatible with QC. Since qtp does not require
IE to open unlike QC it really does not matter. Basically
QTP is independent of IE
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is test object model in quicktest professional (qtp)?
How can you write the scripts that operate on different objects depending on run-time information?
What is the latest version of qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How to handle Java tree in QTP?
What is the quicktest professional (qtp) testing process?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What are the different types of recording modes in qtp? Which will be used when?
Hi,All How to create a link in excel sheet using qtp
Connect to QC using AOM.
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How can you handle exceptions in qtp?
What is throw Object?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window