how to write code for to select all the checkboxs in the
gmail
i wrote code for my question but it didn't works any body
suggest what wrong my code my code is Set
chkboxDesc=Description.Create()
chkboxDesc("type").value="chekbox"
Set chboxcollection=Browser("name:=Gmail
.*").Page("title:=Gmail .*").ChildObjects(chkboxDesc)
For i=0 To chboxcollection.count-1
chboxcollection(i).set "ON"
Next
i was getting general run time error pls help me i am in
learing stage
Answers were Sorted based on User's Feedback
Answer / udham singh
chkboxDesc("type").value="chekbox"
replace this line with
chkboxDesc("miclass").value="webchekbox"
in ur code spelling of checkbox is also wrong
| Is This Answer Correct ? | 4 Yes | 1 No |
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
what are the disadvantages in QTP 9.2?
In qtp, how you can get the last character from a string?
i can done the project with QTP in that time i can say how many members in my team size?
How to load the object repository at run time?
Test cases for Traffic Signals
hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent
how to find that tools work well with your existing system?
how can i prepare for QTP(8.2) to face interview ? give over view details?
Have you performed Debugging and how did you?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?