1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Update 104-test-prioritization.md (#1999)

* Update 104-test-prioritization.md

Added free content to learn "Test Case Prioritization/Test Prioritization"

* Update content/roadmaps/113-qa/content/100-qa-basics/104-test-prioritization.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Kartikey Verma
2022-10-02 16:56:08 +05:30
committed by GitHub
parent 183c7db94f
commit be9710166f

View File

@@ -1 +1,9 @@
# Test prioritization
# Test Prioritization
Test prioritization is ordering the test cases to be conducted eventually. Prioritizing test cases aids to meet two important constraints, namely time and budget in software testing to enhance the fault detection rate as early as possible.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.browserstack.com/guide/test-case-prioritization'>A Tour of what is Test Prioritization?</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.professionalqa.com/test-prioritization'>Test Prioritization</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.geeksforgeeks.org/test-case-prioritization-in-software-testing/'>Learn about Test Prioritization</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://testomat.io/features/test-case-priorities/'>Test Prioritization fundamentals!</BadgeLink>