Mock Objects | Glossary

 

Definition

Mock Objects are simulated objects that mimic the behavior of actual objects under controlled conditions. They are generally created by a programmer to test the behavior and patterns of the corresponding real-life object. They are generally created in the context of automated unit testing. Overall, they are a controversial and much- debated part of development, having both detractors and supporters.

Further Reading

  • “Mock Object Testing with Examples Using EasyMock”(book), by Scott McMaster.

Last Responsible Moment(LRM) | Glossary

Definition

Last Responsible Moment (LRM) is the principle that emphasizes holding on taking important actions and crucial decisions for as long as possible.  This is done, so as to not eliminate important alternatives till the last possible moment. It is a philosophy in which the cost of the delay of a decision overall surpasses the benefit of the delay. It is also a measure that can be used to prevent over planning that is costly and unresponsive to future conditions.

 

Further Reading

  • “Eliminating Waste in Business: Run Lean, Boost Profitability”(book), by Linda M. Orr