Quantcast
Channel: Software Engineering
Browsing latest articles
Browse All 25 View Live

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 Article



Eclipse 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 Article

GWT 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 Article

Groovy: 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 Article

Groovy: 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 Article


groovy 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 Article

Groovy 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 Article

Groovy 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 Article


Post 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 Article


Groovy & OpenOffice?

There are some blog posts about Groovy as an extension within OpenOffice. It's quite interesting to...

View Article

Dealing 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 Article

WebTest 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 Article

WebTest 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 Article


WebTest 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 Article

Groovy 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 Article


WebTest 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 Article

Groovy 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 Article


The 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 Article

Functional 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 Article

How 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 Article

How 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 Article


Read 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 Article

Date 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 Article

Recursive 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

Browsing latest articles
Browse All 25 View Live




Latest Images