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 |
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
what are the principles of good testing scripts for automation?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
what are the files created after executing QTP script file, please specify the file names with extensions
Which property will you use to check the object state? (Exist)
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How do we run the scripts in QTP ?? what are the three options....
What is a runtime datatable ?
Tell when we call the function? tell with example.
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
What is operator in VB Script?