01-19-2011, 02:08 PM
Hi Friends,
I am new to QTP. Practising it by automating gmail.
I encountred below porblem, please help me in this regard.
I would like to click on compose mail button available in gmail to create new mail. Wrote below code, but while running QTP doesn't click compose mail webelement.
QTP is identifying the object without any problem, but does not perform the above step.
Please let me know how to troubleshoot this issue.
Also, Can we identify multiple browser with single object (without using DP). For Gmail QTP is identifying two browsers
one as Browser("Gmail: Email from goole")
and other browser as Browser("Gmail - Inbox(1781)-").
Is there a way using one object in ORwe can identify these two browsers
Thanks,
Swetha
I am new to QTP. Practising it by automating gmail.
I encountred below porblem, please help me in this regard.
I would like to click on compose mail button available in gmail to create new mail. Wrote below code, but while running QTP doesn't click compose mail webelement.
Code:
Browser("Gmail - Inbox(1781)-").Page("Gmail - Inbox(1781)-").Frame("name").Webelement("Compose mail").Click
QTP is identifying the object without any problem, but does not perform the above step.
Please let me know how to troubleshoot this issue.
Also, Can we identify multiple browser with single object (without using DP). For Gmail QTP is identifying two browsers
one as Browser("Gmail: Email from goole")
and other browser as Browser("Gmail - Inbox(1781)-").
Is there a way using one object in ORwe can identify these two browsers
Thanks,
Swetha