Ad hoc Testing | Glossary

Definition:

AD HOC TESTING, also known as Random Testing or Monkey Testing, When a software testing performed without proper planning and documentation, it is said to be Adhoc Testing. Such kind of tests are executed only once unless we uncover the defects.

Further Reading:

Book: .

Agile Testing by Janet Gregory and Lisa Crispin

Testing | Glossary

 

Definition

Software testing that  follows Agile principle, is called ‘Agile Testing’. It is an iterative methodology in which requirements evolve, when customers collaborate with self-organizing and Agile development teams. Testing is done in increments, and is strengthened over time.

Further Reading

  • “Agile Testing: A Practical Guide for Testers and Agile Teams”, by Lisa Crispin.
  • For more on Testing, read here and  here.