> Futhermore, I'm not a CSS expert, I also need help in this area. We´ll try it!.
>> > I have not yet >> > make some unit tests. >> >> The better aproach seems to use pure JUnit tests versus GWTTest ones. >> This approach can be reached applying patterns such as MVP >> (Model-View-Presenter) and Dependecy Injection. You might want have a >> look at this interesting thread [1]. > > > ok thanks for the link FYI, furthermore GWT is using WebDriver [1] for functional testing. WebDriver is built on Selenium framework [2]. [1] http://code.google.com/p/webdriver/ [2] http://seleniumhq.org/ Juanjo.
