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
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to check which add-ins are associated with a test in qtp?
Plz Explain AUTOMATION REFERENCE MODEL?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How to open a new test using quicktest professional?
Tell me about your project? please help me how to tell about insurance project
Did QTP prove efficient for your project? Yes or No, explain?
desribe a situation where u faced a stressful situation and how did u cope with it
What are the two types of repositories available, explain them?
What test cases can you automate using QTP?
How to write business scripts using object repository with different scenarios
How can get count of list box?
what are the mandatory properties for a tex boxc (scenario?)
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz