Sebastian Siemssen (@thefubhy)
https://github.com/fubhy/zurich-testing
Exercise the smallest pieces of testable software in the application to determine whether they behave as expected.
Verify the communication paths and interactions between individual units to detect interface defects.
Verify the behavior of the application as a whole according to the specified requirements.
Text