Manual Testing | Glossary

Definition

Manual Testing is a process by which bugs and defects can be found out in a software program module, during development. The Tester plays a prominent role of the ‘end user’ in this method, and verifies the applicability of all the features, and their correct functioning. The Test Cases are manually executed, without the help of any Automation tools.

The differences that arise between actual results, and those desired are treated as defects. Those are then fixed by the developers of the Application. The Tester then retests the defects to ensure that they are fixed. The final goal is to ensure that the Application is error free and works to an optimum quality towards the customer’s satisfaction.

Further Reading

  •  “Software Testing Second Edition SAMS”(book), by Pattton.

Kata | Glossary

Definition

Katas are the detailed choreographed patterns of movements, that are either practiced solo, or in pairs. It’s a term derived from Japanese Martial Arts. The goal is to adapt and internalize a specific movement, or technique, via repeated practice, so that it can be eventually performed without thought or hesitation, under any circumstance.

In Software Development, programming Katas are designed around exercises like Implementing Rules, String Manipulations, Maths problems etc. In coding, the aim is to develop small exercises to hone skills, and then eventually transform them into things that are much more. A series of ‘Katas’ build on one another over iterations to demonstrate changing Business needs.


Further Reading

  •  “Toyota Kata: Managing People for Improvement, Adaptiveness and Superior Results”(book), by Mike Rother.