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
Answer Posted / chinmay
It is correct.No need to change the code
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
what the difference between shared repository and per action repository?
How did you resolve conflicts present in Object Repository?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How to use setroproperty?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
please any one can explain the keyword driven framework. with gmail example.
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Can we run test with out adding object in object repository? How it is possible?