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 |
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
What is driver script and driver script in qtp frame work????
what are the principles of good testing scripts for automation?
Hai anyone please "Explain about Framework in QTP?"
What is the default object synchronization timeout in qtp?
How many types of Automation frameworks are there in UFT? Describe them.
Which is the best testing institute for QTP training in Hyderabad.
Under what conditions would you recommend QTP for future projects?
how many wayes we do the parameterization?
w is active screen
What are the challenges u faced in testing with crm domain? How u overcome with?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,