is qtp 9.2 supported for firefox browser3.0?bcoz when i
tried to create scripts with the application run on firefox
browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
Answer Posted / chandu
QTP 9.2 and 9.5 also does not support for firefox 3.0. The
reason is that they have not yet made the add on for QTP.
i think QTP 10 version will work with firefox 3.0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
who QTP recognizes the object stored in object repository?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What phases are involved in testing an application in qtp?
I want to do QTP Certification what is the pattern of Question paper.
Explain the Different types of QTP test assets and their extensions?
How to execute a winrunner script in quicktest professional?
How can you write the scripts that operate on different objects depending on run-time information?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
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
Where we use data driver in qtp?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Is text area check point supports for web applications?
With what extension you can save the list of tests in a file to run in test batch runner?