How to test swing based application using Selenium?
569 views
Skip to first unread message
Jitu
unread,
Sep 19, 2008, 2:46:48 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
We are using WebNMS 4.7.0 for a new project, for which we have used Swing as a frontend and mysql as backend.
Middleware is RMI based. I want to automate the testing of this swing based application. Is it possible to use any of the
Selenium tools?
If yes, please do let me know.
Thanks in Advance.
Fabien COAT
unread,
Sep 19, 2008, 8:20:53 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
In theory it would be possible to test Swing applications using Selenium, provided you code the proper libraries to do so (javascript-java communication). But Selenium is not intended for this kind of testing as is (only DHTML, AJAX...).
Also look at tools like Abbot or commercial tools.