Tdd Tic Tac Toe
[!info] Setup a React Development Environment on MacOS - For Beginner
Follow me in this video to setup a React JS development environment on MaxOS, this is can also apply for other OS as well.
https://youtu.be/Dh-SYgQ0JqI?si=RQVIQO4MMnSq0MmR
User Stories
- Display game board
- Player can click on the board
- Calculate winner
- Display game status
- Display game history
[!important]
YAGNI - You aren’t gonna need it.KISS - Keep It Simple, Stupid
Test Driven Development vs Automated Test Driven Development In Test Driven Development (TDD), the developer first writes a failing test for a new feature before implementing the feature. The test will pass only after the feature is correctly implemented. On the other hand, Automated Test Driven Development involves automating the process of running these tests. It helps to quickly identify any breaks or failures in the code base.
Testing
- Jest
- Testing Library
[!info] What is the data-testid attribute in testing?
Contributor: Arslan Tariq
https://www.educative.io/answers/what-is-the-data-testid-attribute-in-testing