How will u find that how many List boxes( and check boxes)
are present in one particular window
Answer Posted / ramya
'Counting total number of lists
Set Odesc= Description.Create
Odesc("htmltag").value= Input
Set linkcollection= Browser("").page("").childobjects(Odesc)
Itemcount=linkcollection.count()
msgbox Itemcount
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to prepared for first for the first interview?
What are the features supported by UFT?
what r the main attributes of test automation?
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.
Explain different recording modes?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Is it possible to call from one action to another action in qtp?
how interviews will be on QTP?
Explain about Test Fusion Report of QTP?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Please guide me release notes of Automation once scripts are completed
What are the views available in qtp?
What are the advantages of Object Repository?
Hi Samrat, Thank u very much, what u said it is right.