When an user enters wrong credentials, error message needs to be displayed accordingly. Currently the error message states "Invalid Credentials Click Ok to get back to Login screen or Close to exit the application"
Expected Result should be based on the relevant field. eg,
- Wrong Host Name - "Host Name does not exist"
- Wrong User/Password - "The User Name or Password you entered is incorrect."
- For Blank values in Host Name - "Host Name cannot be blank"
- For Blank values in User Name - "User Name cannot be blank"