Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automation testing of Outlook :
#1
Not Solved
How can i test my Outlook operations using QTP 9.2?
Reply
#2
Not Solved
If i recording any operation in Outlook using QTP, it doesn't record it.
Reply
#3
Not Solved
Is it recognizing objects as Win object and winstatusbar etc.?
If not then please first launch QTP and then your Outlook application
Reply
#4
Not Solved
What part of outlook are you trying to test ? There are different ways to test Outlook in different ways. Some of them are custom controls and you may have to write extended functions(methods) to work with them.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply
#5
Not Solved
Are you trying to test Outlook? OR Are you trying to use its COM interface to perform common operations such as sending mail ?

It will be good if you can write in details what you need to do with it.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply
#6
Not Solved
Hi All,

Thanks for urs replay.

1. My company have provides some special Outlook Plug ins/Add-on in Tool bar.
2. It is not identify the objects.
3. it is recording recognize the objects, even i use the object spy.

my script like this:

Code:
Window(" Microsoft Outlook").WinObject("Standard").Click 39,9
Window("Message (HTML)").WinObject("RichEdit20WPT").Click 42,10
Window("Message (HTML)").WinButton("Send").Click
Window("Message (HTML)").Dialog("Microsoft Office Outlook").WinButton("OK").Click
Window("Message (HTML)").WinObject("RichEdit20WPT").Type "bpailla@conrep.com"
Window("Message (HTML)").WinButton("Send").Click
Dialog("Internet Security Warning").WinButton("Yes").Click
Window("Microsoft Outlook").Close


Thanks & regards,
Bhaskar
Reply
#7
Not Solved
Hi All,

Thanks for urs replay.

1. My company have provides some special Outlook Plug ins/Add-on in Tool bar.
2. It is not identify the objects.
3. it is not recording recognize the objects, even i use the object spy.

my script like this:
Code:
Window(" Microsoft Outlook").WinObject("Standard").Click 39,9
Window("Message (HTML)").WinObject("RichEdit20WPT").Click 42,10
Window("Message (HTML)").WinButton("Send").Click
Window("Message (HTML)").Dialog("Microsoft Office Outlook").WinButton("OK").Click
Window("Message (HTML)").WinObject("RichEdit20WPT").Type "bpailla@conrep.com"
Window("Message (HTML)").WinButton("Send").Click
Dialog("Internet Security Warning").WinButton("Yes").Click
Window("Microsoft Outlook").Close


Thanks & regards,
Bhaskar
Reply
#8
Not Solved
Hi All,

My outlook script like this:

Code:
Window(" Microsoft Outlook").WinObject("Standard").Click 39,9
Window("Message (HTML)").WinObject("RichEdit20WPT").Click 42,10

Please help me on this.
Thanks in advance,
Bhaskar
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP and CEF automation testing smmehadi@gmail.com 1 2,953 10-27-2017, 08:08 AM
Last Post: liuyuns
  Clicking a link in an outlook email using QTP kirti 0 5,370 06-15-2014, 01:25 AM
Last Post: kirti
  SAP testing automation with QTP hari 17 24,299 05-23-2014, 01:01 PM
Last Post: sireesha
  QTP Automation testing steps for .net web applications? Ramadas 0 2,177 10-30-2013, 12:54 PM
Last Post: Ramadas
  Automation of Mobile Application testing using QTP sreddy 3 6,222 12-17-2012, 08:02 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)