Code Metrics with Metric Fu
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
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
A short introduction to the usage of Firebug, a Firefox add-on, to debug JavaScript code. Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. [youtube dV67cXhWeIo]
This demonstration will show how Selenium, integrated into a FitNesse framework, can extend an organization’s ability to create more automated test cases without the need for Selenium programming while expanding the ability to test across all popular browsers. Using FitNesse, QA managers, Product Managers, testers, and other stakeholders can easily …
This video removes the duplication in the add and subtract classes by introducing an abstract base class. The end result is a use of the template method pattern. [vimeo 10639853 480 360] Video Producer: Brett L. Schuchert
In this episode we are going to take at how to use Pex and Moles for .Net. Unit testing is great, but most free isolation frameworks require that your mocks implement an interface. But what do you do when the class you are trying to mock is static or sealed …
This video shows you how to use JMeter to stress test your website or web application. JMeter is free and open source software, which you can download from http://jakarta.apache.org/jmeter. [youtube 8NLeq-QxkSw] Additional resources: * JMeter presentation * Load Testing Tools Directory