Search
All Categories
Categories
.NET Agile Blogging Books Brain Cloud Code Snippets Database Design Patterns Development Practice Eclipse Eiffel Email FIT3015 member blog Grails Greek Groovy Hardware Hosting IntelliJ IDEA Java Java EE JavaFX JavaScript Links Linux Monitoring Netbeans Networking OSX86 Outrospective.org Payment Gateway Perl Phone PHP Platforms Scala Software Development Spiritual Testing Time Management Tool Tunes Version Control WindowsPreviously on Outrospective.Org
Category Archives: Testing
Junit’s Theory’s as interprested by Schauderhaft and Groovy
JUnit theories sound promising. Many a time a developer writes a whole lot of @Tests along the lines of testParameterXzero(), testParameterXone(), testParameterXmaxInt(). The test code may be almost identical apart from the parameters being used in the class/method under test … Continue reading
Posted in Groovy, Java, Testing
Leave a comment
UML and CRC and Agile References
CRC Cards (Class Responsibility Collaborator cards) Class Name Responsibilities Collaborators A very good UML diagram reference (I may have referenced this one before). http://www.agilemodeling.com/essays/umlDiagrams.htm And a page of useful agile resources, from a process standpoint. http://www.agilelogic.com/sp_resources.html I particularly like the … Continue reading
Posted in Java, Software Development, Testing
Leave a comment
AssumeThat(flexibleJunitTesting.withMatchers(), isGreat());
I’ve seen Matchers used in EasyMock but I kinda stumbled across the assertThat method in JUnit today and realised how powerful this stuff can be. Usage: assertThat(“You Failed”, testValue, allOff(greaterThan(3), lessThan(6)) They seem a lot simpler in this context even … Continue reading
Posted in Java, Testing
Leave a comment
Get Fit
Fit is a framework that helps the business get involved in specifying the requirements that end up being the testing. When the business can use Word and Excel to generate their own test cases, connected to a simple fixture and … Continue reading
Posted in Software Development, Testing
Leave a comment
Now for something Obvious
In this presentation about FIT, the presenter, David, takes a look at the meaning of the term ‘the build is broken’. What it is now compared to 10 years ago. He states that as technologists we should be proud that … Continue reading
Posted in Java, Software Development, Testing
Leave a comment
Swing Explorer
Initially Swing Explorer looked like it was the one size fits all solution to replace QTP. Ok, I was a bit nieve, its more aiken to the Object Spy of QTP, allowing to see the heirachy of a Java object … Continue reading
Posted in Java, Testing
Leave a comment
Sexy NUnit Runner
ReSharper UnitRun is a plugin for VS.NET and its the best looking NUnit (or JUnit tool) I’ve seen to date.
Posted in Software Development, Testing, Windows
Leave a comment
Squish – An automated UI testing tool for Java
New (for Java) Automated UI testing tool. Supports Mercury Quality Center integration. Can write your scripts in JavaScript, Perl, Tkl. http://www.froglogic.com/pg?id=Products&category=squish&sub=editions&subsub=java And when you want to change all your vbscript scripts to JavaScript, you could use this
Posted in Testing
Leave a comment
Test Driven Development : A party drug
My good friend Scott recently got into Test Driven Development, essentially pointing out that the crossover to understanding why TDD was important basically sat between the fact that TDD was essentially misnamed. If you took out the references to Testing, … Continue reading
Posted in Testing
Leave a comment
Installing TD for QC (8.2 SP1) on Solaris 10
Although, Test Director for Quality Center is not supported to run under Solaris 10, you can get around the annoying installer messages by giving the command line parameter platformCheck.active=false qc_install_solaris_sparc.bin -W platformCheck.active=false
Posted in Testing
Leave a comment












Byron Bay