Eclipse 3.3 M1 - New and Noteworthy
It's amazing, how fast the Eclipse people work! Thanks to all of them :) Read more at download.eclipse.org/ec...
View ArticleEclipse Summit Europe 2006
The Eclipse Summit Europe will take place in Esslingen, Germany from October 11-12, 2006 Read more at www.eclipsecon.org/summ...
View ArticleGWT Widget Library
Google released a new version of GWT today, version 1.1.0. There were some API changes made that broke a few things in the GWT-WL, namely the FormPanel and SVG support. This release is to make the...
View ArticleGroovy: Get all XML files from a directory tree
Currently I'm working in a project, where Groovy (a dynamic scripting language for the JVM) is used. One of the project members is Dierk König, which is a Groovy commiter and the author of Groovy in...
View ArticleGroovy: Parsing an XML file with Groovy
Groovy comes with a handy XML parser. With this parser you can load an XML file quickly and navigate it easy.Currently I'm working with WebTest (http://webtest.canoo.com/) for testing functional...
View Articlegroovy articles on del.icio.us
Since I'm using Groovy in the current project (thanks to Dierk and Marc) I'll start collect articles about groovy... This might help some other beginners to start with a steeper learning curve as well...
View ArticleGroovy in Action
The book "Groovy in Action" is finally out! Have a look, it's worth reading it!URL: http://groovy.canoo.com/ginaDescription:Groovy in Action is a comprehensive description of the Groovy programming...
View ArticleGroovy in Action
The book "Groovy in Action" is finally out! Have a look, it's worth reading it!URL: http://groovy.canoo.com/ginaDescription:Groovy in Action is a comprehensive description of the Groovy programming...
View ArticlePost on TheServerSide about HTMLUnit
I posted a small note on TheServerSide (http://www.theserverside.com/news/thread.tss?thread_id=46374) about the new features of HTMLUnit.Regards,Tomi
View ArticleGroovy & OpenOffice?
There are some blog posts about Groovy as an extension within OpenOffice. It's quite interesting to...
View ArticleDealing with critics?
There is an interesting post on Marc Guillemot's blog:http://mguillem.wordpress.com/2007/07/31/xpath-power-2-detect-lack-of-experience/He's blog entry can be understood in a way, that the lack of XPath...
View ArticleWebTest Screencast: Creating a first WebTest project
Marc Guillemot (http://mguillem.wordpress.com/) and myself are working on some screencasts to show WebTest capabilities. The first screencast has been announced on the WebTest mailing...
View ArticleWebTest Screencast: New cast on its way...
Tonight we (Marc Guillemot and myself) were working on a new screencast for WebTest. The new cast will be about data driven web testing.I'll try to bring the cast online till end of the week, or at...
View ArticleWebTest vs. Selenium
Marc Guillemot compares the features of two popular open source testing tools: WebTest and Selenium!A must read post! Very interesting![..] The maintainability of automated tests depends primarily on...
View ArticleGroovy Posts & Links
I'm following the Groovy (http://groovy.codehaus.org/) posts and links on http://www.dzone.com/ and http://del.icio.us/. It is amazing, how the number of posts and saved URL's increased over the last...
View ArticleWebTest Screencast: Data Driven WebTest
We finally made it :) Marc Guillemot (http://mguillem.wordpress.com/) and I published the new WebTest (http://webtest.canoo.com/) screencast showing Data Driven WebTest based on Google Calculations.You...
View ArticleGroovy and Grails Posts & Links
Some interesting posts & links:http://www.infoq.com/news/2007/12/intellij-idea-groovy-grailshttp://memo.feedlr.com/?p=4http://www.javalobby.org/articles/groovy-intro3/Enjoy :)Regards,Tomi
View ArticleThe Screencast Blog
Today I found the screencast blog, which provides a huge number of screencast which mostly show Eclipse features.Have a look, it's really interesting:The Screencast BlogEnjoy!Regards,Tomi
View ArticleFunctional Testing for Joomla! with WebTest
Joomla! is a very popular open-source CMS based on PHP. It is simple to use and makes creating and maintaining Web sites easy for everyone, from total beginners setting up their first site to IT...
View ArticleHow to create a WebTest project in less than a minute
Assuming you have WebTestinstalled you can create a WebTest project in less than a minute:Go to the directory where you want to create the WebTest projectE.g.: C:\projectsCall the createProject task...
View ArticleHow to specify the browser that should be used in WebTest
In WebTest it is possible to define which browser shall be simulated. Currently WebTest support the following browsers:Firefox3 (or FF3)Firefox2 (or FF2)InternetExplorer6 (or IE6)InternetExplorer7 (or...
View ArticleRead File Properties with Excel VBA
The VBA script for Excel below will read the 'File Version' from the file properties and will read file name and its version each into a column in a Excel sheet.Sub getFileProductVersion() Dim objShell...
View Article"Create List..." in Excel 2003 with VBA
While working on data within Excel with VBA, I like to use dynamic lists to address the data and eventually to give it a name.To create a list, the same one as you would do manually by calling "Create...
View ArticleDate Format Fix in Excel 2003
Due to an issue in Excel 2003, sometime the date formats are not updated in the cells, which leads to the problem, that a cell shows a date but is not read as a date by macros and formulas.You could go...
View ArticleRecursive search on the filesystem for the content of a log-file
I had the following problem lately:On a test server I was looking for a log-file on the installation path and/or one of its sub-folders with some information about a "session timeout".I didn't know the...
View Article