Write a Script With descriptive programming(Without
Repository) to update an
Update an order in Flight App and verify whether it is done
successfully.(Use ChildObjects method)

Answer Posted / pallavi

set objdesc=description.create
objdesc("property").value="description"
objdesc("property").value="description"
objdesc("property").value="description"
objcoll=dialog().childobjects(objdesc)
for i=0 to objcoll.count-1
if objcoll(i).getroproperty("property")="description"
objcoll(i).click
exit for
endif

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is action split and the purpose of using this in qtp?

729


On what document base Descriptive programming is written if build is not yet ready ?

1097


What is the Difference between test object and run time object?

809


What are the recording modes in wave event?

1740


What are test settings and global settings?

783


How to connect to a database?

771


Hi All, How to Compare two strings character by character in QTP

1228


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

785


when u script reveiwing in which area u more concentrates?

1627


Does quicktest professional (qtp) is unicode compatible?

741


What are the types of object repositories? Which one is you are using?

845


What is the syntax for how to call one script from another?

779


What is expert view and keyword view?

843


What are the various automation frameworks available in qtp?

723


Give the syntax to import/export xls into qtp.

780