Write the script to delete the mail which is at 9th,13th and
18th place in INBOX of Gmail ?
Answer Posted / 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 |
Post New Answer View All Answers
What are the recording modes in wave event?
Hello friends..... On which areas of an application we can not test with QTP
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
What is an object repository?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
what is the difference between built-i function and In-built function?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Give the syntax to load function at run time.
How to build scripts that access data from external sources?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How to start recording using quicktest professional (qtp)?
Can I change properties of a test object?
How many types of recording modes are there?