why use Description programming? what is advantages and
disadvantage of this methods?
Answers were Sorted based on User's Feedback
Answer / keerthi
If at all the objects description is kept inside the
program itself then it is known as descriptive programming.
advantages:
descrptive programming execution speed is good.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / uday
DP is useful when the application is not ready(built), and
we know all properties of the objects used in that
application.
Assume you have a page in which there are 50 checkboxes.
You want to select all the checkboxes. You can do this
better using DP.
While running scripts, it is little faster of execution if
you use dynamic DP than OR, since to build the object, QTP
has look for that object in OR, retrieve the object
properties and build the object. Where as in dynamic DP,
properties are provided on the object itself.
| Is This Answer Correct ? | 1 Yes | 0 No |
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
Which Databases supports for QTP?
How we can call the scripit from another scripit in QTP?,Not a call Action
Is it possible to use two instances of UFT on the same machine? If not why?
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
What are the views available in quicktest professional (qtp)?
How does you test a weblink which is changing dynamically?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
What is the difference between Image Checkpoint and Bitmap Checkpoint?
How to creating an output value using quicktest professional?
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario