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
how will you check how many members visited the website www.infosys.com?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
When ‘option explicit’ keyword is used in qtp?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What is the use of an object spy tool in qtp?
Hi How to retrieve data from web element line by line?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What is 'sleep' in sync point?
How to change the priorities of the recovery scenario properties?
What are the key points to create a framework in QTP for oracle forms?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How does qtp recognize objects in aut?
How does quicktest professional (qtp) identifies the object in the application?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Discuss quicktest professional (qtp) environment?