diff --git a/Topics/Tech_Stacks.md b/Topics/Tech_Stacks.md index 5c5ed83d2..ac1fb4d82 100644 --- a/Topics/Tech_Stacks.md +++ b/Topics/Tech_Stacks.md @@ -198,4 +198,6 @@ ### [Understanding Bluetooth in Mobile App Development](./Tech_Stacks/Bluetooth.md) -### [Introduction to Cuda](./Tech_Stacks/Cuda.md) \ No newline at end of file +### [Introduction to Cuda](./Tech_Stacks/Cuda.md) + +### [Intro to Framer Motion, an Animation Library for React](./Tech_Stacks/Framer_Motion.md) \ No newline at end of file diff --git a/Topics/User_Experience/Usability_Testing.md b/Topics/User_Experience/Usability_Testing.md index 4067ffd73..7a2873906 100644 --- a/Topics/User_Experience/Usability_Testing.md +++ b/Topics/User_Experience/Usability_Testing.md @@ -1,5 +1,7 @@ # Usability Testing + ## Table of Contents + - [Introduction](#introduction) - [Importance of Usability Testing](#importance-of-usability-testing) - [How It's Done](#how-its-done) @@ -7,7 +9,9 @@ - [Data Collection](#data-collection) - [Misconception](#misconception) - [References](#references) + ## Introduction + Usability is a procedure that takes place during the evaluation phase of the design process for testing the functionality of a system, website, or app – basically any digital product – by observing the interaction performed by a real user from the product’s stakeholder group. The goal of the usability test is to assess the completion of the current product and find potential room for correction and improvement. These involve any ambiguities in instructions, oversights in addressing user’s needs, inefficiencies, and more.