| Author |
Outlook add-in testing
|
|
| meetulsh@gmail.com 2006-11-08, 7:07 pm |
| Hello:
I am looking to test Outlook add-in written in C++. What I want to test
is an ability to record the input from add-in UI and validate it in
Outlook as well as data into a web application which it synchronizes
with
Any recommendation for automating Outlook UI testing would be
appreciated. We are on a frugal budget so can't afford very expensive
testing tools :)
Thanks in advance
-Meetul.
| |
| erinhouston@gmail.com 2006-11-11, 10:04 pm |
| I had to do this. We use python and winGuiAuto for automation at my
work. I had to test a hook that would open up and create a contact.
The only code I have on a web page is one to drive the outlook composer
window. If this stuff might be of use to you let me know and I will
pass on some of the other code I have.
http://phlik.ishpeck.net/index.php?P=b1129674094phlik
meetulsh@gmail.com wrote:
> Hello:
>
> I am looking to test Outlook add-in written in C++. What I want to test
> is an ability to record the input from add-in UI and validate it in
> Outlook as well as data into a web application which it synchronizes
> with
>
> Any recommendation for automating Outlook UI testing would be
> appreciated. We are on a frugal budget so can't afford very expensive
> testing tools :)
>
> Thanks in advance
> -Meetul.
| |
| mtettmar@mjtnet.com 2006-11-12, 7:05 pm |
| meetulsh@gmail.com wrote:
> Any recommendation for automating Outlook UI testing would be
> appreciated. We are on a frugal budget so can't afford very expensive
> testing tools :)
Please take a look at Macro Scheduler:
http://www.mjtnet.com/macro_scheduler.htm
Many people use it as an inexpensive GUI testing tool.
Cheers,
Marcus
http://www.mjtnet.com/
|
|
|
|