The Problem Most software development teams want to automate repetitive acceptance testing to give QA more time for designing test cases and performing complicated or edge-case testing. This becomes more …
Doing work in Eclipse and require an SMTP server for testing? MailSnag works extremely well.It adds a new view (EMail Messages) that allows you to start and stop the email …
When we run our Selenium based web tests we often run them with multiple threads. This results in multiple browser windows on your desktop. I was tasked with getting the …
JS Test Driver http://code.google.com/p/js-test-driver/ http://msdn.microsoft.com/en-us/scriptjunkie/gg650426 (older verson of sinon) Test files are JS files. A config file brings in other required files. Make sure you get 1.1.1e, not 1.1.1c Pros …
When you are testing a component that gets its properties from a parent (typically an application), the Wicket test will blow up because it won’t be able to find the …
Here are the slides from today’s Architectural/Design Learning Session about Mockito and Test doubles. Mockito Presentation
Recently I was discussing Persistence tests with a few folks here at Intelliware. The debate on the table…Commit or rollback? It was almost evenly split down the middle. But even …
This is a simple example of how to write a Hibernate Persistence JUnit4 test for your Spring / Hibernate application using the Spring TestContext Framework. The Test: @ContextConfiguration(locations = {“classpath:dataSource.xml”, …