1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

Suggest content to 'Testing your apps' component (#980)

This commit is contained in:
Justin Irabor
2022-01-05 16:26:30 +01:00
committed by GitHub
parent 686056e6fc
commit e2ee8bbb02

View File

@@ -1 +1,7 @@
# Testing your apps
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.softwaretestingmaterial.com/software-testing/'>A comprehensive dive into software testing.</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.atlassian.com/continuous-delivery/software-testing/types-of-software-testing'>The different types of software tests</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://jestjs.io/docs/tutorial-react'>Testing React apps with Jest</BadgeLink>