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

what are all the fileds present in object repository?

1551


I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.

1718


How to open a new test using quicktest professional (qtp)?

525


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1249


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

2376






Have you done batch testing in qtp? If yes how you are doing?

501


How do you know the location Id of an object if you know its index id?

583


Where we can use the analog mode and where we can use the low – level mode?

564


Difference between test object and run time object?

586


Explain the types of object repository?

550


How to add synchronisation points in qtp?

575


Whether qtp 9.0 supports Test director8.0

2113


What are the ordinal identifiers in web page?

628


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

607


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

557