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


Please Help Members By Posting Answers For Below Questions

Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1490


What is a Patch in QTP?

604


What is the difference between rational rose and QTP?

1776


Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

562


What is an optional step in qtp ?

632






What is the difference in testing a client-server application and a web application?

579


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1473


How do you configure QTP AND Test director?

1496


What is QTP scenario.

1729


Is it possible to call win runner script in qtp?

623


Can you brief the hurdles you faced during Automation testing?

575


is it possible to add sheets to excel at runtime

3230


how to test Web application using QTP software

1330


Explain the concept of object repository and how qtp recognises objects?

528


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

1638