How to Do Test Reviews
This video show how and why we should all be doing test reviews on our peer’s code. It talks about basic rules to look for in test code and reviews some of the tests of public open source projects.
Software Testing Videos and Tutorials: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps
This video show how and why we should all be doing test reviews on our peer’s code. It talks about basic rules to look for in test code and reviews some of the tests of public open source projects.
Mocking frameworks allow you to stub out behavior to perform tests of individual pieces of functionality. However, there are times when performing certain actions and assert a result is not sufficient. This video drills deep into unit testing and explains the differences between state and interaction–based testing. We will examine the role of stubs versus mocks and how to correctly write unit tests that are not fragile or counter–productive. Watch this streaming video from the Norwegian Developer Conference 2010
Javascript becomes much more important to interactive website development then before (ok it has been for a while already) but the notion of testing that logic seems even further fetched then testing the code written in C#, Java. And this is something that is wrong as well.
Agile development approaches present unique challenges for testers and test teams. Working in short iterations, often with limited written requirements, agile development teams can leave traditional testers behind.
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.
Adam Shostack discusses he state of Software Quality with James Whittaker. Learn about the current transition from testing infrastructure to testing business logic.
Copyright © 2009-2026 Software Testing Magazine by Martinig & Associates