I am using URL sequence to monitor several links after login using NTLM authentication. I am just wondering if the application run at the background and could it send an alert when user login failure? How am I going to test this? Like input wrong password and username or something?
And also, I monitor another URL which using form POST authentication. I want to know when the user input valid/invalid username and password in the login.php, next sequence page is successully loaded or not? Is that a way to generate alert when the login is unsuccessful or nextpage.php is down? How to do that? Thank you.