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 / geetha
Set oW = description.create()
oW("micClass").value = "Window"
Set oB=description.create()
oB("micClass").value = "Button"
Set objs_child = window(oW).ChildObjects(oB)
For i=1 to objchild.count-1
If objs_child(i).getRoproperty("text")= "Update Order" Then
objs_child(i).click
Exit for
End If
Next
| 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
Diff b/w Health care domain and Banking Domain?
What is meant by Output Value in UFT?
what testplan contents and what test strategy contents,what is the diff b/w them
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What are the ways you can synchronize?
How can i check items sorted or not in a weblist ? Give me the script for this...
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
what QTP Options do you know?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
what is vmodel?advantages and disadvantages of vmodel?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
What are the various automation frameworks available in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How does qtp identify the object in the application?