Back to blog
1 min read

Introduction to unit/integration testing in UI

Explore the what, whys and hows of testing

Let’s get started with an introduction to unit/integration testing in React where we will be looking into the following points:

  • πŸ€·β€β™€οΈ Why write tests anyway?
  • πŸ•΅οΈβ€β™‚οΈ What are the types of tests?
  • 🎯 What to test?
  • πŸ› οΈ Testing Toolkit
  • πŸ“ How to Write Tests and formulate queries using flow diagrams?

Explore here