Write the script to delete the mail which is at 9th,13th and
18th place in INBOX of Gmail ?
Answers were Sorted based on User's Feedback
Answer / kavitapriyacr
Browser("title:=Gmail - Inbox - xyz").Page("title:=Gmail -
Inbox - xyz").Frame("name:=abcd").WebCheckBox
("index:=9").Set "ON"
' similarly select checkboxes with index 13th and 18th and
click on Delete button
Browser("title:=Gmail - Inbox - xyz").Page("title:=Gmail -
Inbox - xyz").Frame("name:=abcd").WebButton
("text:=Delete").Click
| Is This Answer Correct ? | 11 Yes | 5 No |
Answer / ram.polavarapu
with
browser("").page("").frame("")
.webcheckbox("index:=8").set"on"
.webcheckbox("index:=12").set"on"
.webcheckbox("index:=17").set"on"
.webbutton("text:=delete","index:=0").click
end with
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
What are the 3 main stages involved in testing with qtp?
what is the extension for QTP files?
write script for how to add function library in QTP
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
How to handle the exceptions using recovery secnario manager in Qtp?
What is difference in global and action sheet in qtp?
How to use Regular Expressions in QTP
Discuss QTP Environment.
How do you test siebel application using qtp?
what is defination of intergration testing?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne