When I start recording any web application (either Mozilla
or IE) QTP recognizes window instead of browser and also it
does not show all the hierarchy tree of that particular web
page.
1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")
2. As everybody knows it should be
browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")
I am using the windows vista, do you think it may be a
problem of my settings in QTP or problem of my installation.
Your kind responses will be appreciated.
Thanks in advance.
Satya
Answer Posted / sailaja
restart the qtp and on the welcome page check the web
addin .this is the sol fo ru r prob
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is active screen?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Differences between quicktest professional (qtp) and winrunner?
what is the frame work in J-meter?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How can I change object description or check point values in qtp?
What is the Command used to start the QTP
How to find the difference between 2 dates in qtp?
Where we can use the analog mode and where we can use the low – level mode?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How many types of recording modes in qtp?
How to export quicktest professional (qtp) results to an .xls file?
Explain the check points in quicktest professional?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks