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
Answers were Sorted based on User's Feedback
There is web page with the webtable,this contains some data, how do you manipulate the data.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to find the name of the machine where you are running your automation scripts in qtp?
What is Modular framework and Keyword drive framework? Explain
What is difference between Recording time object identification and Run time (Execution) time.
What is keyword driven framework, what is "key" in It.
How to find given string is palindrome or not without using strreverse() function?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
how to parameterise a test with data base table or excel sheet?
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.