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 |
How to add a runtime parameter to a data sheet?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
how do we add a new sheet to data table in QTP?
How will you handle the situation when object is not captured during record?
wat are views in qtp explain
How to make arguments optional in a function?
Tell me few important difference Between QTP and WinRunner?
Explain what the difference between Shared Repository and Per_Action Repository
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
How can you give wait up to 10 seconds in qtp?
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.