I have started working with JFCUnit framework for the past 15 days & find the framework quite interesting to test swing based UI.
Actually, i have been trying to get a handle for the error dialog which gets popped up when i give incorrect username & password in my login application & try to close this dialog automatically .Somehow i am unable to do this action . The error dialog is a modal dialog & i tried doing various things but none of them are working.
Can anyone tell me what actually is the procedure for handling these modal dialogs & help me resolving this issue.
Thanks & Regards,
Vishal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have started working with JFCUnit framework for the past 15 days & find the framework quite interesting to test swing based UI.
Actually, i have been trying to get a handle for the error dialog which gets popped up when i give incorrect username & password in my login application & try to close this dialog automatically .Somehow i am unable to do this action . The error dialog is a modal dialog & i tried doing various things but none of them are working.
Can anyone tell me what actually is the procedure for handling these modal dialogs & help me resolving this issue.
Thanks & Regards,
Vishal