Archives
Waterfall vs. Sheep Worrying - Which Looks Worse On A CV?
Submitted by jason@parlezuml.com (Jason Gorman) on Fri, 30/05/2008 - 10:43.I see so many people who list among their process/method experience "Agile and waterfall".
They may as well list "sheep worrying" under hobbies...
Thanks To Matt Wynne
Submitted by jason@parlezuml.com (Jason Gorman) on Fri, 30/05/2008 - 10:46.It's been great working with you, and I'm sorry it's coming to an end - for now.
See you soon, Matt. (You can count on it.)
Talk at London Geek Night.
Submitted by noreply@blogger.com (Steve Freeman) on Fri, 30/05/2008 - 10:47.Nat and I gave a talk at the most recent London Geek Night. It was an introduction to our approach to Test-Driven Development, incidentally making the point that some of the state- vs. interaction-based TDD wars are a bit specious; it's a matter of picking the right tool for the job. We had a good crowd and some useful questions. Afterwards, there was a Code Dojo in which Nat took part while I got stuck at the back talking to people. Thanks again to our hosts for an interesting evening.
The Most Buzzword-Loaded Company Name Ever?
Submitted by jason@parlezuml.com (Jason Gorman) on Fri, 30/05/2008 - 14:43.We Need A Better Way To Test
Submitted by SteveRowe on Fri, 30/05/2008 - 15:57.Testing started simply. Developers would run their code after they wrote it to make sure it worked. When teams became larger and code more complex, it became apparent that developers could spend more time coding if they left much of the testing to someone else. People could specialize on developing or testing. Most testers in the early stages of the profession were manual testers. They played with the user interface and made sure the right things happened.
Python - rrdpy - Round Robin Databases (RRDTool)
Submitted by noreply@blogger.com (Corey Goldberg) on Fri, 30/05/2008 - 21:30."RRDtool is the Open Source industry standard, high performance data logging and graphing system for time series data. It stores the data in a very compact way that will not expand over time, and it can create beautiful graphs."If you are developing tools that need a data repository and graphing capabilities, RRDTool provides you both. You create an RRD and then you insert data values at regular intervals. You then call the graphing API to have a graph displayed. The cool thing about this data storage is its “round robin” nature. You define various time spans and the granularity at which you want them stored. A fixed binary file is created, and this never grows in size over time. As you insert more data, it is inserted into each span. As results are collected, they are averaged and rolled into successive time spans. It makes a much more efficient system than using your own complex data structures, relational databases, or file system storage.
AST Instructors’ Tutorial at CAST in Toronto
Submitted by sbarber on Fri, 30/05/2008 - 22:26. events | general software testing | industry recognition | other online resourcesThis post is largely copied from Cem Kaner's blog because I saw no need to re-write the same information :)
You’ve read about the Association for Software Testing’s free software testing courses. Now find out how you can get involved in teaching these for AST, for your company, or independently. This workshop will use presentations, lectures, and hands-on exercises to address the challenges of teaching online: Becky Fiedler, Scott Barber and I will host the Live! AST Instructors’ Orientation Course Jumpstart Tutorial On July 17, 2008, in conjunction with this year’s Conference of the AST (CAST).
