Write the script to delete the mail which is at 9th,13th and
18th place in INBOX of Gmail ?
Answer Posted / b.hari babu
systemutil.Run"path of the url"
Browser("title:=.*").Page("title:=.*").Frame("name:=abcd").WebCheckBox
("index:=9").Set "ON"
' similarly select checkboxes with index 13th and 18th and
click on Delete button
Browser("title:=.*").Page("title:=.*").Frame("name:=abcd").WebButton
("text:=Delete").Click
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Hi,All How to create a link in excel sheet using qtp
please any one can explain the keyword driven framework. with gmail example.
How to check feasibility of the appliction?in automation testing?
In qtp, explain what is crypt object
In qtp, how you can use xpath to identify objects?
How to save your test using quicktest professional (qtp)?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
In Remote acess server how u run a test?
What is fragmentation and paging?
what is clean sweep?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How will you check that your test cases covered all the requirements?
wt is the use of multiple questions in QTP
How do you create regression test packs?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.