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
How to use descriptive programming?
How to handle the exceptions using the recovery scenario manager in qtp?
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?
Should have experience in framework means?
When to use descriptive programming?
Does quicktest professional is unicode compatible?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How many tabs are available in debug viewer pane?
How to test login module with different username and password by using data driven testing in QTP?
Explain about Test Fusion Report of QTP?
What test you perform mostly? Regression or retesting in your testing process?
What is expert view and keyword view?
Where we can use the synchronization?
Which functionalities of QTP used in banking project?
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.