# Dashboard
# Test Results
Test Results are, as the name suggests results of all the tests that have been run. Clicking on one of the result lists all the analyses that have been run for that particular test.
# All Test Cases
List of ALL the Test Cases that exist in the database. A Test case (or a Session) is simply a user's journey i.e. the path that a user takes to reach a particular goal in their application. Therefore, a session would be a list of requests that were fired by the application as a result of actions performed on it. Hypertest groups these requests on basis of a user-defined property in the requests themselves. By default, the requests would be differentiated on basis of the IP addresses they originate from.
# Middlewares
Opens the middlewares section, allowing users to add middlewares.
Middlewares are user-defined functions provided to Hypertest that perform some tasks that are not the default behaviour. Find more about middlewares here.
# Configuration
Opens the configuration section. If the configuration of Hypertest is in any way incorrect or missing, you will be redirected here.
# Pre Applied Rules
Allows addition of pre applied rules; rules that can be applied prior to running a test.
# Notifications
The Notifications section allows you to manage notifications for certain events in Hypertest, such as start and end of a test.
Note
It is possible to stop ALL running tests by clicking on the ⊘ icon near the top right corner of dashboard,