Developing and Testing WebGL
Published November 14th, 2011 Under Software Testing | Leave a Comment
WebGL will enable developers to create richer web applications than ever before by giving developers full access to the GPU on their users’ machines. Testing this new capability presents unique challenges new to most web developers. In this talk we’ll be discussing techniques and tools used for testing WebGL applications inside of Google, as well as some tips for building your own WebGL applications. Read more
Software Quality β You Know It when You See It
Published November 4th, 2011 Under Software Testing | Leave a Comment
This video explains how to use various visualization tools to spot patterns, trends and outliers in the code that are an indication of code quality level.
http://www.infoq.com/presentations/Software-Quality-You-Know-It-when-You-See-It
Quality without Testing!
Published October 3rd, 2011 Under Software Testing | Leave a Comment
What would a quality program look like if there were no testing? In fact, what if there were no testing, no inspections and no reviews; no form of feedback at all? Quality Management plans often focus too heavily on inefficient feedback mechanisms to assure excellence. This video discusses quality issues facing the software development community and how they can be solved through solid management practices. Many managers look to inspection techniques (testing, code inspection and formal requirements reviews among others) to improve the quality of the software they produce. These techniques are important but only serve to report the state of quality. However, quality, it is not about catching it, itβs about creating it.
Download this video from http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track5%201340-1440.mp4
Test-driven Development in JavaScript
Published September 21st, 2011 Under Software Testing | Leave a Comment
This video explains how to use test-driven development to design and implement a simple JavaScript web application, including how to steer it towards component based micro-architecture.
Watch this video on Skillsmatter.com
Five Static Code Audits for Developers
Published August 25th, 2011 Under Software Testing | Leave a Comment
This video explains the need for software audits and proposes five code reviews that every developer should use: Numerical Literal, String Literal, god Method, Shotgun Surgery and Duplicate Code. Static code analysis is performed without actually executing programs built from that software.
http://www.infoq.com/presentations/Five-Static-Code-Audits
BDD with Puppet and Cucumber
Published August 3rd, 2011 Under Software Testing | Leave a Comment
This video explains how to manage systems with Cucumber and Puppet based on Behavior Driven Development (BDD) principles, including practical tricks and pitfalls. The session contains demoes that use Cucumber and Puppet.
http://www.infoq.com/presentations/BDD-with-Puppet-Cucumber
Hotspots with Metric Fu
Published May 30th, 2011 Under Software Testing | Leave a Comment
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 how to use MetricFu to find the worst code in your application and then how to fix it.
Video Producer: RubyConf/
keep looking »
RSS
Twitter