Testing in React

Sebastian Siemssen (@thefubhy)

https://github.com/fubhy/zurich-testing

Unit Testing

Exercise the smallest pieces of testable software in the application to determine whether they behave as expected.

White Box

Integration Testing

Verify the communication paths and interactions between individual units to detect interface defects.

Grey Box

Functional Testing

Verify the behavior of the application as a whole according to the specified requirements.

Black Box

Text

Testing React

By Sebastian Siemssen

Testing React

  • 1,725