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 / brahma.quality
systemutil.Run "iexplore","http://www.computerhope.com/jargon/c/checkbox.htm"
Set odesc=description.Create
odesc("micclass").value="webcheckbox"
Set Child= Browser("title:=What.*").Page("title:=What.*").ChildObjects(odesc)
CheckboxesCount= Child.count
For i=0 to CheckboxesCount-1
Child(i).set "on"
Next
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can we create a qtp test from qc?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What is a programmatic description?
What is Test Fusion Report in QTP?
How will you check a web application for broken links using qtp?
How many types of Automation frameworks are there in UFT? Describe them.
How to start recording using quicktest professional?
What are the different recording modes?
how to disable the pop ups through QTP using a script
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
How does you test a weblink which is changing dynamically?
What are the steps involved in the recovery scenario wizard?
How to use actions in qtp ?