MadlynR wrote:Good afternoon.
How does eValid handle the modal popup that shows up when doing a basic HTTP Access type file authentication?
Thanks
A fair question, this can be a problem sometimes MadlynR.
This problem indicates you are trying to test a web application that is secured by a login and password.
The first thing to do is to attempt to run your test AFTER there was a login.
That'll eliminate the problem.
The only thing to worry about in this case is that the eValid browser will remember having been logged in...and if the test causes the browser to collapse, then you will have to log in again.
The other route is to handle the login -- from a fresh browser instance -- using an eValid-based login sequence.
Here is a writeup that describes how to do this:
http://www.e-valid.com/Products/Documen ... rview.htmlAs you can see, the only issue here is that you have to assure that you start each test with a fresh browser...otherwise, the login protocol will detect that you are logged in and NOT give you the screen to do the login.
Also, please DO protect your password details!
-- eValid Support