"The combination of Groovy and Grails offers productivity benefits rivaling Ruby on Rails, but on the proven, scalable, and seamlessly integrated Java platform."
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:
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
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
Subscribe to:
Posts (Atom)