what is the use of descripting programming?
Answer Posted / ram.polavarapu
-descriptive programming is used to find more similar objects.
-there is no object repository for descriptive scripting so
size of the script is less executing is fast.
ex->
print the all links in Google page
dim link
set link=description.create
link("micclass").value="Link"
set a=browser("").page("").childobjects(link)
for i=0 to a.count-1
s=a(i).getroproperty("text")
print s
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the data types in qtp?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
How many types of recording modes in qtp?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
when will you do debug your script? and explain that process?
What are the challenges you faced during you entire life automation ?
How often were they executed?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
Explain the difference between call to action and copy action?
What is the default add-ins in qtp?
assume i have few url link how will i dynamically call then using descriptive programming?
Where you are storing your script?
Where to use function or action?
What is system testing and what are the different types of tests you perform in system testing?
write script for bitmap image?