Measuring the Value in Software Testing
Tom Gilb is interviewed on why, how and who should measure value in software testing after speaking at UNICOM’s 8th Next Generation Testing Conference.
Tom Gilb is interviewed on why, how and who should measure value in software testing after speaking at UNICOM’s 8th Next Generation Testing Conference.
Recently MetricFu, a ruby gem for creating many code metrics, added Hotspots. Now you can see where in your code you have problems at once. Wouldn’t you want to know if you have complex code that changes a lot in source control AND has bad coverage? This video shows you …
Maintainability of your code can be measured in many different ways. Jake Scruggs has combined several of the tools that measure you code into one Ruby Gem: metric_fu. [vimeo 11086970 480 270] Video producer
Google Web Toolkit (GWT) allows developers to build highly optimized, fast AJAX applications. GWT allows developers to code in the Java programming language using their favorite IDE tools, then cross-compile that source into plain JavaScript to be served just like any other webpage script. We’ll take a look at some …