1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Update Non Functional Testing (#2080)

This commit is contained in:
ChuckD3ath
2022-10-03 22:34:22 +02:00
committed by GitHub
parent a594b09bb0
commit 46c32cadfc

View File

@@ -1 +1,7 @@
# Non functional testing
# Non-Functional Testing
Non-functional testing is a type of software testing to test non-functional parameters such as reliability, load test, performance, and accountability of the software. The primary purpose of non-functional testing is to test the reading speed of the software system as per non-functional parameters. The parameters of non-functional testing are never tested before the functional testing.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.browserstack.com/guide/what-is-non-functional-testing'>What is Non Functional Testing</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/non-functional-testing.html'>Types of Non Functional Testing</BadgeLink>