Add content for Testing (#1035)
* Add content for Testing Add a description and resources for testing * Update readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1043/head
parent
63ad44a90d
commit
38bf960e0d
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
|||||||
# Testing |
# Testing |
||||||
|
|
||||||
|
A key to building software that meets requirements without defects is testing. Software testing helps developers know they are building the right software. When tests are run as part of the development process (often with continuous integration tools), they build confidence and prevent regressions in the code. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/software-testing-introduction-importance.html'>What is Software Testing?</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.browserstack.com/guide/testing-pyramid-for-test-automation'>Testing Pyramid</BadgeLink> |
||||||
|
Loading…
Reference in new issue