Ask a Question

problem with TestComplete and Outlook 2010

SOLVED
mttsow
Occasional Contributor

problem with TestComplete and Outlook 2010

Hi

I am having problem with TestComplete and MS Outlook 2010.

I am trying out the example in TC Document.  It only go as far as the 3 line, where it calls Sys.OleObject("Outlook.Application"); and TC ran into runtime error as below.

Any idea how to fix it?

 

Thanks

Mary

 

 

function testOutlook2010() 

{

var OutlookApplication = Sys.OleObject("Outlook.Application");

}

 

 

 

JScript runtime error.

Server execution failed, ClassID: {0006F03A-0000-0000-C000-000000000046}

4 REPLIES 4
LinoTadros
Community Hero

Use WaitProcess() to check if Outlook is already running, if it is, get the process object and go about your business
If it is not running, only then do a Sys.OleObject call against the Outlook.Application
This behavior has been on and off with different versions of Outlook over the years
Simply put, you can only have ONE instance of Outlook running

Cheers
Lino
TanyaYatskovska
SmartBear Alumni (Retired)

Hi @mttsow,

 

In addition to Lino's advice, please read the Note for Microsoft Office users section of the Sys.OleObject Property article - it may help:

https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/sys/oleobject-propert...

---------
Tanya Yatskovskaya
SmartBear Community and Education Manager



Krishna_Kumar
Contributor

Hi @mttsow ,

 

please try quitting your outlook application before starting the executing your code.

 

Kind Regards,

Sathish Kumar K

TanyaYatskovska
SmartBear Alumni (Retired)

HI @mttsow,

 

Was the original issue resolved? Please let us know if you need any more assistance.

---------
Tanya Yatskovskaya
SmartBear Community and Education Manager



cancel
Showing results for 
Search instead for 
Did you mean: