what is descriptive programming in QTP? How can be done?
Answer Posted / satish
Actually descriptive programming means whenever objects are
underconstruction it means under development then we are
using descriptive programming.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How to analyzing test results using quicktest professional (qtp)?
How to use debug tools?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
how to disable the pop ups through QTP using a script
Why do we use breakpoints in QTP?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
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
How to find the name of the machine where you are running your automation scripts in qtp?
What is the virtual object?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Hoe can we do retesting using functions please give the code for it using login page
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Hi How to retrieve data from web element line by line?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?