Test Driven Development with Visual Studio for Database Professionals
For many years now, developers have had the upper hand when it comes to Test-Driven Development. No matter the language, there was a handy toolset to use – NUnit, JUnit, and xUnits for Perl, Python,...
View ArticleMeasuring Integrated Progress on Agile Software Development Projects
Earned Value Management (EVM) is a well known project management technique which measures the integration of technical performance, cost and schedule against planned performance within a given project....
View ArticleBugHuntress QA Lab. Mobile usability testing: problems and solutions
High-quality usability of mobile applications can be a winning competitive advantage in the today’s software market. Nonetheless, BugHuntress QA Lab experience in independent software testing showed...
View ArticleAcceptance TDD Explained
Acceptance test-driven development is what helps developers build high-quality software that fulfills the business’s needs as reliably as TDD helps ensure the software’s technical quality.link
View ArticleA New xUnit Test Pattern
This article describes a xUnit pattern called ‘Own Library Interface’, which enables TDD for classes which seem not testable before. Especially TDD beginners can benefit from this pattern.link
View ArticleOutsourced Testing – Friend or Foe?
A practical guide on when and how to outsource some of your software testing activities.link
View ArticleBehavior Driven Database Development
This article shows how the behavior driven development can be applied to database development and how it can be used to develop and design databases in an iterative and incremental way, writing code...
View ArticleResponsibility Driven Design with Mock Objects
Responsibility driven design is an approach that helps you shift focus from object state to interactions and responsibilities. This article shows how test driven development with mock objects...
View ArticleTesting Dynamic Elements – Having a Plan B
Duncan Thomas Blogs about how to handle Dynamic Elements with LiquidTest, “In this blog post I will explain a small but important feature with an example. This feature is a small check box you see at...
View ArticleWriting Testable Code
This article presents practices to write more testable code with many examples in java, going a step further than just TDD. link
View Article