Grandma Test | Glossary

Definition

User-Friendliness is one of the most important aspects for any sort of content/ product. The ‘Grandma Test’ exemplifies an ease of understanding of the nature of product (or content) to even the most casual of audience. Even the most basic of individuals should be able to grasp what the product is, what it does, and what the organization is all about.

This helps simplify jargon and helps either eliminate, or simplify buzzwords. It’s important for both the users and the developers of the product to not be overwhelmed by the language or presentation. The idea is to facilitate the best process of communication. This is what will lead to the sales of the product, and and its popularity.

Further Reading

  •  “Content Inc.: How Entrepreneurs Use Content to Build Massive Audiences and Create Radically Successful Businesses “(book), by Joe Pulizzi.

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.