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

how to retrieve data from flight resevation->reports

2 Answers   Wipro,


wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?

2 Answers   Datamatics,


How to map Test cases to the script? Please do anwser urgently?Thanks

3 Answers  


explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?

2 Answers  


What is the difference between systemUtil and invoke method..?

5 Answers  






is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri

7 Answers  


with out using import sheet came is it possible to get the excel sheet ?

2 Answers   Ordain Solutions,


Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

0 Answers  


Explain the check points in quicktest professional (qtp)?

0 Answers  


before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...

2 Answers   Keane India Ltd,


i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?

0 Answers  


Categories