React Frontend Testing
Course on testing React applications, using React Testing Library (with Jest or Vitest). Covers everything you will need to know to be able to test your Frontend applications
React Testing Basics
Setting Up React Testing Library
Current
Rendering React components in your tests
Not started
The screen object
Not started
The act() function
Not started
React Testing Library (RTL) queries
Synchronous Element Queries with React Testing Library getBy
Not started
Getting one element vs multiple elements
Not started
Optional Element Queries with React Testing Library queryBy
Not started
Asynchronous Element Queries with React Testing Library findBy
Not started
Testing User Interactions
Testing interaction - userEvent vs fireEvent
Not started
Testing User Interactions (userEvent)
Not started
Testing User Interactions (fireEvent)
Not started
Component Testing Basics
Testing Props
Not started
Testing Conditional Rendering
Not started
Testing Lists and Dynamic Content
Not started
waitFor() in React Testing Library
Not started
within() in React Testing Library
Not started
Testing Forms and Input Validation
Not started
Testing Component Events
Not started
Integration Testing
Testing API Calls
Not started