Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini
We are marching towards the end of the course as well as the project that we are developing. Chapter-13 is all about testing the application. Yes ! Testing is also a part of development, in fact, important part of development which many developers don't do to met deadlines. In this chapter, different types of testing and testing frameworks were discussed. Detailed explanation and hands-on on testing frameworks jest
and react-testing-library
were done. We tried to cover test cases for major features of our app. It was again a knowlegde heavy as well as lengthy session.
Find my version of detailed explanation of these concepts in theory-assignment.md. Check coding-assignment.md for all the features that I implemented in this chapter.
One line about this chapter : Writing testcases & Testing the code are equally important to writing code and developing teh features
Check out Chapter-13 Live for the live demo of this chapter's coding assignment (InstaFood Version 6.0)
. Also check out the following chapters to see how InstaFood has progressed. Happy Reacting !!!
If you are interested in other chapters of this series, please browse through the my repositories
If you want to quickly see a short summary and live demo of all chapters, please have a look at Table of contents