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
What is action split and the purpose of using this in qtp?
On what document base Descriptive programming is written if build is not yet ready ?
What is the Difference between test object and run time object?
What are the recording modes in wave event?
What are test settings and global settings?
How to connect to a database?
Hi All, How to Compare two strings character by character in QTP
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)?
when u script reveiwing in which area u more concentrates?
Does quicktest professional (qtp) is unicode compatible?
What are the types of object repositories? Which one is you are using?
What is the syntax for how to call one script from another?
What is expert view and keyword view?
What are the various automation frameworks available in qtp?
Give the syntax to import/export xls into qtp.