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
Hi How to retrieve data from web element line by line?
What are the features of quick test pro(qtp)?
What are the methods used in UFT to handle exceptions or run-time errors?
Mention what are the different types of recording modes in qtp? Which will be used when?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
How to replay a script in qtp?
Can we create a qtp test from qc?
Explain different checkpoints in qtp.
Diff b/w test scenario's and test Procedures?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
what is error and fault in terms of software quality?
How to import a test case present in ".xls" file to TD under a Test set?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Differences between text and test area checkpoints?