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
Does Low-level recording capture mouse movements?
What is file database?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
explain structured testing? plz guys with exp. do answer
Explain how Does Run time data (Parameterization) is handled in QTP?
Generic function to search for the unique link in webtable and click on it
Is it possible to switch between recording modes during a test creation?
Where can I find and view run-time data table?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is qtpro? What is quick test pro?
Problem with XML checkpoint in QTP ?
How to Test the mainframe application?
Can we Test Welcome Screens and Process Images with QTP
When to use descriptive programming?
With what extension you can save the list of tests in a file to run in test batch runner?