Write the script to delete the mail which is at 9th,13th and
18th place in INBOX of Gmail ?

Answer Posted / kavitapriyacr

Browser("title:=Gmail - Inbox - xyz").Page("title:=Gmail -
Inbox - xyz").Frame("name:=abcd").WebCheckBox
("index:=9").Set "ON"
' similarly select checkboxes with index 13th and 18th and
click on Delete button
Browser("title:=Gmail - Inbox - xyz").Page("title:=Gmail -
Inbox - xyz").Frame("name:=abcd").WebButton
("text:=Delete").Click

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use descriptive programming?

852


How to handle the exceptions using the recovery scenario manager in qtp?

762


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

1954


Should have experience in framework means?

1619


When to use descriptive programming?

795


Does quicktest professional is unicode compatible?

690


Which features or drawbacks of QTP lead to the upgrade for a newer version?

750


How many tabs are available in debug viewer pane?

817


How to test login module with different username and password by using data driven testing in QTP?

812


Explain about Test Fusion Report of QTP?

806


What test you perform mostly? Regression or retesting in your testing process?

785


What is expert view and keyword view?

848


Where we can use the synchronization?

762


Which functionalities of QTP used in banking project?

2156


Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.

1772