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 different types of recording modes?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Explain types of output values?
What are the five challenges you faced in QTP?
What is post recovery scenario?
whare exactly we have to use functions and sub routain
I want to do QTP Certification what is the pattern of Question paper.
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What is 'sleep' in sync point?
Is it possible to call from one action to another action in qtp?
Explain the parameter in qtp?