React Testing
React Testing using Testing library and Jest
What is Jest?
What is Jest-DOM?
What is React Testing Library?
How Jest is related to React Testing Library?
Relationship between React-Testing-Library and Jest


What is Enzyme and Mocha?
How to run tests?

Assertions


How Jest Works?


What is Test Driven Development (TDD)?


What are the types of Tests?

TDD (Test-Driven-Development) Vs BDD (Behavioural Driven Development)

Accessibility and Finding Elements with Testing Library
Priorities to access the elements (For more details refer the above docs)

Course Plan to learn React-Testing

First App - Color Button

Task 1 - Test the background color of button if it's red


Task 2 - Test the button when clicked changes the colour to blue
Task 3 - Let's add Checkbox to the page. When checkbox is checked, the button should be disabled and when unchecked, the button gets enabled
How to give a name to the checkbox?

Task 4 - Now let's add functionality where the button colour turns grey
Unit Tests
Grouping tests
What all you learned?
Task
How to do
Last updated

