computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
|
3 years ago | |
---|---|---|
.. | ||
100-jest.md | 3 years ago | |
101-react-testing-library.md | 3 years ago | |
102-cypress.md | 3 years ago | |
103-enzyme.md | 3 years ago | |
104-other-options.md | 3 years ago | |
105-mocha.md | 3 years ago | |
106-chai.md | 3 years ago | |
107-ava.md | 3 years ago | |
108-jasmine.md | 3 years ago | |
readme.md | 3 years ago |
readme.md
Testing your apps
Before delivering your application to users, you need to be sure that your app meets the requirements it was designed for, and that it doesn't do any weird, unintended things (called 'bugs'). To accomplish this, we 'test' our applications in different ways.
Free Content A comprehensive dive into software testing. The different types of software tests Testing React apps with Jest