## Overview ## What to test Be pragmatic ! Prioritize testing based on user and business needs. <br /> <br /> ### Major Concepts - [3 A: Arrange -> Action -> Assert](https://github.com/reboottime/frontend-testing/issues/3#issuecomment-2139898109) - Choose Proper Test Level: e2e testing -> integration testing -> unit testing - TDD : Test Driven Development
Overview
What to test
Be pragmatic ! Prioritize testing based on user and business needs.
Major Concepts