Parallel testing | Glossary

Definition:

Parallel testing means testing multiple applications or subcomponents of one application concurrently to reduce the test time. Parallel tests consist of two or more parts (projects or project suites) that check different parts or functional characteristics of an application. These parts are executed on individual computers simultaneously. The ability to test more than one application part “in parallel” allows you to significantly reduce the test time and test your applications more efficiently.

Further Reading:

Book: Disciplined Agile Delivery by Scott Ambler and Mark Lines.  

Outside–in software development | Glossary

Definition:

Outside–in software development takes a different approach to optimizing the software development process. Unlike other approaches, outside–in development focuses on satisfying the needs of stakeholders.

Further Reading:

Book: Disciplined Agile Delivery by Scott Ambler and Mark Lines.