Pls can anyone give me the descriptive programing script to
find the number of edit boxes in a login window in flights
reservation (windows application only not web). Pls anyone,
very urgent
Answer / hemakumar.m
1)Answer
Dim oEditDesc
Set oEditDesc=Description.Create()
oEditDesc("micclass").value="WinEdit"
a=Dialog("text:=Login").Childobject(oEditDesc).Count
Msgbox a
a=2
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi Currently am using Qtp 10.0 Lisenced product.. but when am adding objects to object repository from google page it was identifying as windows objects.. please help me!!!
Explain the differences between table and db checkpoints?
How many tabs are available in debug viewer pane?
How can you close the second opened browser?
How is GC reddy online program Will i get placed How are the placements.
HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.
What is the difference between property and method?
How we can add actions in the test using QTP?
How to check which add-ins are associated with a test in qtp?
How to convert QTP's ObjectRepository.mdb file to xml file
Why QTP is termed as a Record and Playback tool?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)