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
wht type of User defined functions or Java Releated functions Do we write in VB scripting
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What is text/text area checkpoint?
Explain the difference between check point and output value?
What is the standard timing delay for web based application in qtp?
When ‘option explicit’ keyword is used in qtp?
What is expert view and keyword view?
Whether qtp 9.0 supports Test director8.0
In qtp, explain what is qrs file?
What is quicktest professional?
Why qtp always start action1 and does not start action?
Explain building blocks of the bpt framework ?
Explain the concept of object repository and how qtp recognises objects?
Explain the use of action split in qtp?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.