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 9cfb852cd..078331f09 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 +1,3 @@ -# Qa non functional testing \ No newline at end of file +# 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.