Testing is a totally important thing for app development. TDD stands for Test-Driven Development. Test-Driven Development (TDD) approach first, the test is developed which specifies and validates what the code will do.
Unit test is for small portion of code like single method such as relationship method or testing for required field in a form while feature testing is for larger portion of code for example CRUD.For doing this testing I use VS Code and to make this stuff easier we will use 2 extensions in VS Code.
The next step is we have to make dummy data for title and description by using $faker.