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


Please Help Members By Posting Answers For Below Questions

Explain object spy in qtp.

580


How to handle dynamic objects in quicktest professional?

494


How will you check that your test cases covered all the requirements?

558


images are dynamically changes how to compare two images with out using the bitmap

1999


what is the advantages and disadvantages of using functions instead of re usable actions

1420






I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

590


Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...

1786


What are the various automation frameworks available in qtp?

499


What are the steps involved in the recovery scenario wizard?

554


What is the architecture of your project? Can any one answer for this question plz........

1406


How to get popup error message.

1025


How do you perform Regreession Testing?

1456


Explain the concept of object repository and how qtp recognises objects?

526


In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls

1442


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2166