Draft of Presentation Slides and Labs for Upcoming Selenium/Grails Talk at Sacramento Groovy Users Group
I will be presenting on the topic of Automating Selenium Browser-Based Testing For Grails Applications at the next meeting of the Sacramento Groovy Users Group (November 18, 2009). Links to the power point, and a flash version of the presentation are available . Read the rest of this entry »
Windows Tricks For Whacking Lingering Java Processes That Tie Up Your Ports and Cause Other Mischief
When forced to use Windoze, I absolutely depend on Cygwin to keep from going completely insane. But there are cases where Cygwin just doesn’t quite work like good ol’ Linux/Unix, and in these cases you need to do a little extra work. One such case occurs with the ‘kill’ command. Read the rest of this entry »
Selenium Testing Grails Apps In Continuous Integration Using the grails-selenium-rc Plug-in
In our previous posts we published a Maven-based solution that illustrated how to get Selenium tests running against a Grails application completely from the command line (thus enabling these tests to run in the context of a continuous integration build.) Robert Fletcher has been working on a Grails selenium plug-in that promises to do the same thing as what I previously presented with much less configuration Read the rest of this entry »
