Gmail application is there.On that Inbox so many mails are
there including naukari mails.
On that mails i can select the only naukri mail checkboxes.
plz tell the descriptive code for the above..
Answer Posted / ashok kumar
Browser("Micclass:=Browser").Page("Micclass:=Page").WebEdit("name:=Email").Set
"<Email>"
Browser("Micclass:=Browser").Page("Micclass:=Page").WebEdit("name:=Passwd").Set
"<Pwd>"
Browser("Micclass:=Browser").Page("Micclass:=Page").WebButton("name:=Sign
in").Click
Browser("Micclass:=Browser").Sync
rowcount =
Browser("Micclass:=Browser").Page("Micclass:=Page").Frame("html
id:=canvas_frame").WebTable("class:=F cf zt").RowCount
For currentrow = 1 to 10'rowcount
mailsubject =
Browser("Micclass:=Browser").Page("Micclass:=Page").Frame("html
id:=canvas_frame").WebTable("class:=F cf
zt").GetCellData(currentrow,3)
If mailsubject = "Naukri.com" Then
Set oChkbox =
Browser("Micclass:=Browser").Page("Micclass:=Page").Frame("html
id:=canvas_frame").WebTable("class:=F cf
zt").ChildItem(currentrow,1,"WebElement",0)
oChkbox.Click
End If
Next
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What ate the Technologies supported by QTP?
How many types of recording facility are available in quicktest professional?
What is QTP testing process?
What is the process of synchronizing qtp and aut?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is the purpose of loading qtp add-ins?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
What is the difference between a Function and Action in QTP?
What are the different types of recording modes?
What does mean by Scope of Automation?n How we defined it?
What is test object model in quicktest professional (qtp)?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How the exception handling can be done using quicktest professional?
Can any body please tell me the steps of keyword driven framework of QTP.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..