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..
Answers were Sorted based on User's Feedback
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 |
Answer / muthukaruppiah
select * from inbox where naukari=nanukari;
| Is This Answer Correct ? | 4 Yes | 21 No |
How to handle the exceptions using recovery secnario manager in quicktest professional?
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
What is an expert view and keyword view?
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
what is keyword driven testing in qtp?n how is it useful?
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
hi, Can any body tell me whats the difference between the QTP and the Rational Robat ad the Silk Test and LOad Runner and are they used in any Company On the Major scale bcas I finnf Many comapny Using the Manual Testing Only Hence Askin the Question Hope I will get the Assitence .
banking project description for software tester
can u please explain what is the exact difference between qtp8.2 and 9.0
Can u call winRunner scripts from QTP?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?