diff --git a/documentation/README.rst b/documentation/README.rst index 7d76079..e61c9e2 100644 --- a/documentation/README.rst +++ b/documentation/README.rst @@ -62,10 +62,29 @@ Out: - Real salary for the month - Vouchers (if applicable) -Tests +Tests cases ----------------- -Tests: -- here go the tests ++----+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ +| Id | Description | Input | Expected output | ++----+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ +| 1 | Displaying current salary for the outgoing month | Selecting an employee from the search field | On the right side of the window a break down of the employee's salary for the month will be displayed | ++----+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ +| 2 | Submitting incomplete form | All of the input but one of the fields | An error shown in a red modal describing the missing field | ++----+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ +| 3 | Altering the sent data to change the performed rol to one that can't be done by the employee | A employee other than aux performing a different rol than their own | An error displaying that the employee can't perform that task | ++----+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ + +Executed tests +--------------- ++----+----------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+------------------+ +| Id | Description | Result | What went wrong? | ++----+----------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+------------------+ +| 1 | Displaying current salary for the outgoing month | When the employee was selected the current salary was loaded succesfully | | ++----+----------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+------------------+ +| 2 | Submitting incomplete form | Got the error "The number of deliveries cannot be empty or 0" | | ++----+----------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+------------------+ +| 3 | Altering the sent data to change the performed rol to one that can't be done by the employee | Got the error "The selected rol can't be done by this type of employee" | | ++----+----------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+------------------+ Tools ----------------------------------