If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script.
Please send the answers...
Answer Posted / sunita
set obj=description.create()
obj(micclass).value="webcheckbox"
set checkboxobj=Browser("micclass:=Browser").page("micclass:=page").childobject("obj")
msgbox checkboxobj.count
checkboxobj(i).set "on"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differences between quicktest professional (qtp) and winrunner?
breef description of batch testing ?
How will you compare keyword and expert view?
what is defenetion of kiran can u tell me plz CVS, SVN
any body can you help me what is the script to automate an comand promt
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
UFT 12.02 which ALM version will support
What is difference between design time and run time data table?
What is the use of Debug Viewer?
Explain calling sub procedure.
How the exception handling can be done using quicktest professional (qtp)?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
how to test Web application using QTP software
How do you test DLL files using automation Tool QTP?
what is run action?