Matrix of Pain

From Wikipedia, the free encyclopedia

In software development, the Matrix of Pain refers to the array of potential customer configurations for which developers must test their software. A significant amount of resources can be spent ensuring that software will operate on a seemingly endless array of potential end-user environments which include various hardware configurations, operating system types, operating system versions, as well as other forms of system software. A tradeoff involved with this process is that resources spent trying to anticipate and account for all of these combinations are at the expense of new feature development and/or refinement of existing feature functionality.

[edit] Reference