Forum Discussion
Any more details on the JScript error? Usually there's more... check the "Additional Info" pane in the log.
Without that... this is just a guess... but is it a matter of bit-version? Do you have the 32-bit or 64-bit version of Outlook installed on your Windows 10 box?
- Chaste018 years agoOccasional Contributor
Outlook is 64 bits
Additional log :
Possible reasons:
- An error or warning occurred during the test run. See the preceding log entries to locate and identify the error.
- The test run was stopped manually.
- The test run was terminated as a result of the Runner.Halt method call.- tristaanogre8 years agoEsteemed Contributor
64 bits in both environments? Because, on the 2012 R2, if the Outlook is 32 bit, that could explain why it's working there but not on your Windows 10.
The other possibility could be with elevation of access. Double check whether or not TC instance on your Windows 10 machine is running as admin.- Chaste018 years agoOccasional Contributor
The 2012 R2 is in fact running Outlook 2013 - 32 bit.
Please note that I've tried running the test on another Windows10 machine, this time with Outlook 2013 - 32 bit and I still have the same error.
function isMessageReceived2010(accountName, senderEMail, eMailSubject)
{
var OutlookApplication = Sys.OleObject("Outlook.Application");
It stops on this line of code. with Outlook 2013 - 32 and 64 bit.
This seems to occur only if running on Windows10 !
Related Content
- 4 years ago
- 2 years ago
Recent Discussions
- 10 hours ago