Removing Dependencies for Unit Testing
This screencast demonstrates how to Stub out dependencies using a wrapper class.
Software Testing Videos and Tutorials
This screencast demonstrates how to Stub out dependencies using a wrapper class.
This screencast demonstrates how to use Rake to build .NET solution, run unit tests and build documentation. Rake with Ruby is a perfect combination which will eliminate Nant and MSBuild hell.
San Francisco Java User Group presents Chris Bedford who talks about: – How to write functional tests with Selenium (including explaining its IDE, architecture, RC, and alternatives like Canoo WebTest) – How to set up Selenium testing for web apps in continuous integration using Maven, Ant, Cargo, etc. – How …
One of the foundational concepts of Agile software development is ensuring that your solution is loosely-coupled, highly-cohesive, and able to respond easily to changes; in this session we will explore the fundamentals of unit testing and their application through the practice of using TDD to evolve the design of your …
One common mistake when implementing ‘Agile’ project management processes is falling into a so-called ‘ScrumerFall’ process: taking the standard waterfall phases (development -> QA) and shortening them dramatically. This process puts undue pressure on the testing team, as they are expected to test more in less time. The Agile whole-team …
Ruby’s testing culture goes way back, and has been a force for making many Ruby projects a showcase for solid, maintainable code. That said, within a business an exclusive focus on TDD and BDD can easily miss the bigger picture and drive optimizations in the development process that negatively impact …