We want to use Selenium to do automated GUI testing but that requires unique id's to be specified in HTML. For other components in GWT-EXT it's straight forward since there is a setId() method which results into specifying the id in the generated HTML. For the BaseTreeModel I can't figure out how to give it a custom unique id so automated testing can be done. Does anybody know how you can achieve this?
Last edited by sape; 1 Jul 2010 at 12:58 AM.
Reason: Shouldn't be in this forum.. my bad