Select Page

JUnit Generation

Unit testing can be hairy. It requires knowledge of the existing codebase as well as knowledge of various testing domains (unit test tool, mocking tool for db / file system interaction / servlet interaction, test environment setup tooling). These issues do not even...

To serve or to Staf

Our client server test environment is kicked off by tests running on the client. Often times, these tests will interact with a remote server, forcing the server to perform certain actions like an email or ftp operation. To ensure that the server performs its...

Failure

I was reading an article (don’t remember where, when [I lie, it was about 2 weeks ago], and who wrote it) about the simple fact that most test automation projects fail. Failing to jump the high hurdle of steep deadlines or drowning in the quicksand of fuzzy...

Team Communication

Nee how!At my previous engagement, we used to have a phone conference with the China team every Monday night. Many emails are sent back and forth with replies in various co lors. Net Meetings and instant messaging sessions abound. Yes, there’s still something...

Multiple interface testing

What to do when your product has multiple interfaces…Ok, so you find out that the target application has multiple interfaces. One interface may be a client application such as Eclipse, another interface may be a web application accessible via web browser, and...