Learn-React-With-Harshi / chapter-13-time-for-the-test

Chapter-13 is all about testing the application. 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.

Home Page:https://learn-react-with-harshi-chapter-13.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn React With Harshi 👩🏻‍💻 Series

Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini

Class Summary Chapter-13 Time for the test (05/02/2023)

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

About

Chapter-13 is all about testing the application. 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.

https://learn-react-with-harshi-chapter-13.netlify.app/


Languages

Language:JavaScript 99.8%Language:CSS 0.2%Language:HTML 0.1%