From 0348cc9616f31d22b955086b74e555a3c7030fd6 Mon Sep 17 00:00:00 2001 From: CarmenResquin <110703068+CarmenResquin@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:37:27 -0300 Subject: [PATCH] Fix typos in non-functional testing --- .../113-qa/content/104-qa-non-functional-testing/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/readme.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/readme.md index 078331f09..4a9c199a2 100644 --- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/readme.md +++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/readme.md @@ -1,3 +1,3 @@ # Non Functional Testing -In the process of Software testing, testing and analyzing only software’s functions doesn't complete the testing process. There are some other attributes which will demonstrate the entire software quality, they are known as quality characteristics. These characteristics includes performance, security, usability, and reliability. Also not testing and analyzing the report of these characterisitics will not affect the function of software, it will work to a degree of extent,but testing of these quality characteristics are referred to as Qa non-functional testing. +In the process of Software testing, testing and analyzing only software’s functions doesn't complete the testing process. There are some other attributes which will demonstrate the entire software quality, they are known as quality characteristics. These characteristics include performance, security, usability, and reliability. Also not testing and analyzing the report of these characteristics will not affect the function of software, it will work to a degree of extent, but testing of these quality characteristics are referred to as QA non-functional testing.