1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 00:21:35 +02:00

Update Testing Techniquest readme (#2584)

This commit is contained in:
ChuckD3ath
2022-10-21 17:38:35 +02:00
committed by GitHub
parent 447a2dfa4b
commit d2a9ac0805

View File

@@ -1 +1,6 @@
# Testing techniques
# Testing Techniques
Testing Techniques are methods applied to evaluate a system or a component with a purpose to find if it satisfies the given requirements. Testing of a system helps to identify gaps, errors, or any kind of missing requirements differing from the actual requirements. These techniques ensure the overall quality of the product or software including performance, security, customer experience, and so on.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.elprocus.com/what-are-testing-techniques-types-advantages-disadvantages/'>What are Testing Techniques : Types, Advantages & Disadvantages</BadgeLink>