Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Thursday, August 20, 2009

Groovy and Grails

Groovy and Grails - Java | SpringSource:
"The combination of Groovy and Grails offers productivity benefits rivaling Ruby on Rails, but on the proven, scalable, and seamlessly integrated Java platform."

Tuesday, June 23, 2009

Selenium with Python

Trying the Selenium web application testing system with Python.

Started by installing Selenium IDE in Firefox. That lets you record and playback interaction with the web site under test. It also formats the test script in a number of languages you can use to automate the tests using Selenium RC. I'm using Python.

The Selenium RC Server is written in Java so the Java Runtime Environment (JRE) must be installed on the system hosting the tests.

Selenium RC documentation

Selenium Python Client Driver Configuration

Python unit testing framework

Python HTMLTestRunner

Monday, April 27, 2009

Tuesday, April 01, 2008

Groovy

When I get a break from my current plunge into C#, Windows Forms Data Binding, and SQL Server I want to dig into Groovy. I was considering checking out Scala which is also a language that runs on a Java Virtual Machine. Groovy just sounds more... (what's the word I'm looking for?)