Page 1 of 1

Issue with login process for Microsoft Dynamics app

PostPosted: Thu Aug 10, 2017 1:51 pm
by RNorman
Hey.

I need to test Microsoft Dynamics and I have a bunch of trouble recording the login process.

Do you have any examples of how to do this?


Thanks in advance

Re: Issue with login process for Microsoft Dynamics app

PostPosted: Fri Aug 11, 2017 8:39 pm
by eValid
RNorman wrote:Hey.

I need to test Microsoft Dynamics and I have a bunch of trouble recording the login process.

Do you have any examples of how to do this?


Thanks in advance


Thanks for posting RNorman.

The login is a model popup that is know to be hard to test because it is an AJAX application as well as a popup.

Here is our write-up of how this is done with eValid:

http://e-valid.com/Products/Documentati ... modal.html`o

The one "trick" here is that in order to get the playback process to click/dismiss/suppress the modal we use the special "evclick.exe" program that is supplied with eValid.

You can see how this is done in the script at the command that says: SystemCall "eVclick 5000 711 775" which basically tells the playback process running in the foreground to click at a particular location in the modal at the right time.

Enjoy!


-- eValid Support