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 / dinesh1433
for i=0 to 100
Browser("index:=0").page("index:=0").webcheckbox("index:="&i).set "on"
Next
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is clean sweep?
breef description of batch testing ?
What are the automation metrice in your project?
What is checkpoints for quicktest professional?
Explain how you can replace string in qtp?
How to use setroproperty?
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?
Can U Explain about QTP tool from older version to latest version also its differences?
Where to use Property Let, Property Get, Property Set in UFT
Sql questions to find second max salary and how to use joins
What is Cross browser testing? Does UFT support it?
What are the methods used in UFT to handle exceptions or run-time errors?
What is the difference between call to existing action and copy of an action?
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?