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
can anyone tell me from where i can download qtp demo or crack version
What test you perform mostly? Regression or retesting in your testing process?
What is qtpro?
Can you list some technologies that support qtp?
How do you test DLL files using automation Tool QTP?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is a programmatic description?
Hoe can we do retesting using functions please give the code for it using login page
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
In qtp, how you can exit for loop?
What is the file extension of the code file in qtp?
What is QTP scenario.
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Can U Explain about QTP tool from older version to latest version also its differences?
How can I check if a environment variable exist or not?