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
What is the difference between call to existing action and copy of an action?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Have you used xml check point in your project?
Which functionalities of QTP used in banking project? pls any say answer?
What is QTP scenario.
explain structured testing? plz guys with exp. do answer
How do Parameterization and Data-Driving relate to each other in QTP?
Explain how qtp identifies object?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How will you handle java tree in qtp?
What is different command used in command Prompt while using QTP?
Can you brief the hurdles you faced during Automation testing?
hi nani my doubt is how does qtp process metrix related to software process.
What are private functions in QTP? How they can be called from the function library?