Top 10 Mistakes in Unit Testing

September 9, 2010 0

In this session we review the top 10 ways you can cause unit testing to fail to work for your project. From readability problems and lack of trust to mock object abuse and semi-integration testing – these gotchas can save you lots of time, sweat, and tears on your current and next projects.

SSQA – Silicon Valley Software Quality Association

September 9, 2010 0

Silicon Valley Software Quality Association (SSQA) is the  Software Quality Discussion Forum of the American Society for Quality (ASQ) — Silicon Valley Section 0613.  SSQA meets monthly to discuss topics of interest to software quality engineers, testers and developers. All SSQA meetings are free and open to the public. http://www.ssqa-sv.org/

Defects are a sociological problem

September 9, 2010 0

Defects are not so much a technological as a sociological problem. So the measures we take to control them can be expected to lie largely in the sociological plane, affecting the structure and organization of projects, the allocation of goals, and the fostering of new attitudes. Tom DeMarco, “Controlling Software Projects”, Yourdon Press

Test Web Applications with Selenium RC

August 26, 2010 0

Selenium is a testing framework used for automated Web application testing. Get to know Selenium Remote Control (Selenium RC), which allows you to build tests for different browsers to ensure your Web applications are of the highest quality.

TDD at the System Scale

August 18, 2010 0

System tests have the reputation of being slow (not entirely avoidable, I admit), difficult to automate reliably and difficult to diagnose when they fail. However, I find that many teams follow a TDD process at the unit-level, but do post-hoc testing at the system level, and so don’t use system tests as a source of design feedback. This blog post shows how you should do TDD at the system scale.

1 172 173 174 175 176 180