Page 1 of 1

Does eValid work with Microsoft Outlook?

PostPosted: Fri Mar 11, 2016 3:22 pm
by HLynch
Hiya.

eValid seems to be a pretty robust system, but here is one that I'll be you folks have trouble with: Microsoft Outlook

Does eValid work with at application?

Thanks

Re: Does eValid work with Microsoft Outlook?

PostPosted: Wed Mar 16, 2016 12:22 pm
by eValid
HLynch wrote:Hiya.

eValid seems to be a pretty robust system, but here is one that I'll be you folks have trouble with: Microsoft Outlook

Does eValid work with at application?

Thanks


Thanks for the compliment HLynch.

We hope that we can convince you to become an eValid user.

About Microsoft Outlook, by when we assume you mean the www.outlook.com web application, right?

The main issue here is achieving synchronization at test playback time of the login process.

As this example shows, this can be done using specific DOM-based commands:

http://www.e-valid.com/Products/Documen ... ple01.html

The secret is to study the login page and find the synchronization pivot point before constructing the script.

(Yes, this script is mostly hand-coded...but it is largely based on attempting to auto-record from the live application.)

The first sync requires you to wait until the property with id="brndModeTD" shows up.

We found that name out by using the pagemap feature in eValid to search out what's what in that first login page.

Here's the manual page for how to use the PageMap:

http://www.e-valid.com/Products/Documen ... usage.html

Hope this helps!

-- eValid Support