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
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is the extension of the recovery scenario file in qtp?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Differentiate the type of test cases which can be automated and which cannot be automated?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
give me the code to save all messages of inbox of gmail into a folder and notepad
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Explain data driven framework?
How will you compare keyword and expert view?
How to creating an output value using quicktest professional?
what frame work you are following?
What are advantages of test automation?
Explain qtp(quick test professional)?
What are the types of object repository in qtp?