Write the script to delete the mail which is at 9th,13th and
18th place in INBOX of Gmail ?
Answer Posted / b.hari babu
systemutil.Run"path of the url"
Browser("title:=.*").Page("title:=.*").Frame("name:=abcd").WebCheckBox
("index:=9").Set "ON"
' similarly select checkboxes with index 13th and 18th and
click on Delete button
Browser("title:=.*").Page("title:=.*").Frame("name:=abcd").WebButton
("text:=Delete").Click
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the types of object repository in qtp?
How the exception handling can be done using quicktest professional?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Is QTP supports Unix. If yes, then how the test automation is done?
What is the quicktest professional (qtp) testing process?
Why qtp always start action1 and does not start action?
Through array we can execute the testcase how ? give me example
Can anybody post some real time scenario in qtp? please its very urgent.
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 to check feasibility of the appliction?in automation testing?
How to use parameterization in qtp?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what is command for executing files?
What are the features supported by UFT?