In automation testing, while doing descriptive programing;
how will u get the properties of the objects in what
format, what type of a document, and by whom? Pls explain
in detail. Thanks a lot
Answer Posted / saroj
We usually write descriptive programming while we have to
work on a object which appears run time( unable to add to
the repository). ex: I have to add some links to a page run
time and need to click on them. Here we have to write
descriptive programing to work on the links. As I know the
following properties ( Class: Link, Name:<linkname> ).
Using this combination write descriptive programming.
Set midesc=Description.Create()
midesc("micclass").value="link"
midesc("text").value="<name>"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give me some real time point of way where exactly we can conduct audits?
How do you configure QTP AND Test director?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Explain different checkpoints in qtp.
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
what testplan contents and what test strategy contents,what is the diff b/w them
explain keyword driven framework with banking domain?
what is the hierarchy to use properties in descriptive programming
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
In Remote acess server how u run a test?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
With what extension you can save the list of tests in a file to run in test batch runner?
Where we can use the synchronization?