What is descriptive.create () in QTP?
Answers were Sorted based on User's Feedback
Answer / abhishek
set a=Descriptive.Create
here "a" is a Descriptive object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / roli mohanty
It creates a description of the object and allow the object
to use multiple time in the srcript
| Is This Answer Correct ? | 0 Yes | 0 No |
It creates dynamic logical name of the object. Using this
you can set property values to the dynamic object.
| Is This Answer Correct ? | 0 Yes | 1 No |
What’s the QTP testing process?
What is vulnerability?
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
Give one example of Standard checkpoint in qtp 10?
How to make arguments optional in a function?
How to find operating system information using the qtp script?
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
Could you please explain me about QTP framework.
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
What are the differences between quicktest professional (qtp) and winrunner?
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?