Tag Archives: testing

Using EasyMock

Good refreshers: IBM developerWorks: Elliotte Rusty Harold: “Easier testing with EasyMock”. Mocking in Java: jMock vs. EasyMock.

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off

How Google Tests Software

James Whittaker has been sharing the details on the Google Testing blog recently and it has been a fascinating series: “How Google Tests Software – Part One” “How Google Tests Software – Part Two” “How Google Tests Software – Part … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Balancing automated and non-automated testing

Actually the following talk is on automated, manual, early cycle, and late cycle testing, and test planning, crowd sourcing, and dog-food programs, and more. YouTube: GoogleTechTalks: “Turning Quality on its Head” Presented by James Whittaker, Engineering Director, Google Inc. Google … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Great Michael Feathers presentation on testing and design

The Deep Synergy Between Testability and Good Design from Tim Yann on Vimeo.

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Play Pacman with Selenum? Yes!

SeleniumExamples: “Play Pacman with Selenium 2″. This is pretty damn neat if you ask me.

Posted in Coding, Software Engineering, Programming | Tagged , , , , , | Comments Off

What is software testing

We just concluded a lab week at CIM that was awesome. No other short way to put it. Read Jon’s post for the details. For this lab week I worked with folks from QA exploring a tool (a MIT research … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , , | Comments Off

Unit Testing Python Links

OnLamp.com: Jason Diamond: Test-Driven Development in Python OnLamp.com: Jason Diamond: More Test-Driven Development in Python AgileTesting: Python Unit Testing Part 1 AgileTesting: Python Unit Testing Part 2 StackOverflow: Python Doctest vs Unittest Ian Bicking: Behavior Driven Programming

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off

Programming (software artisan/craftsman?) Links for October 7th, 2009 – Don’t be an engineer – be a craftsman, be an artisan

Andrew Hunt and David Thomas: The Art in Computer Programming Design By Gravity: Don’t be a Coder, Engineer, or Developer: be a Software Artisan! Linux Journal: Everything Your Professor Failed to Tell You About Functional Programming Peter Seibel: Unit testing … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off