A Code Monkey's Blog

Migrating from svn to git

Our project is consider migrating from subversion to git. I'm quite happy that git can totally serve as a svn client. You can use git to branch and merge locally and commit into svn to let other developers know about your changes. It sounds more flexible than centralized repository ...

Automated Linux GUI testing tools

I was involved in a tedious GUI testing by hand this week. To make my life easier, I researched online some automated GUI testing framework in this weekend. I quickly spotted four opensource tools: dogtail, strongwind, ldtp and xnee. After playing around with each of them for a while, I ...