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



Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?..

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

Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?..

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

Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?..

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

Post New Answer

More QTP Interview Questions

Which statement will use for close an action in QTP?

0 Answers  


what are the disadvantages in QTP 9.2?

1 Answers  


How many types of recording modes in qtp?

0 Answers  


How many types of Actions are there in QTP?

6 Answers   Wells Fargo,


what is the difference btn risks & Therads in the Test plan documentation?

0 Answers   Accenture,






Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

0 Answers  


What are the various automation frameworks available in qtp?

0 Answers  


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

0 Answers   ABC,


What is the difference between property and method?

2 Answers  


What is BPT?

2 Answers   Allied Group,


your coming from electrical backgroung..but y ur coming to software side?

0 Answers   Accenture,


What is the limitation to XML Checkpoints?

0 Answers  


Categories