Manual testing - MosaKasem/PhpMosesPhp.github.io GitHub Wiki
Author: Mosa Kasem Rasol
Date: 21-10-2018
Planned: 5 test cases
Test case 1.0 |
Access text-snippet only when logged in |
Description |
Make sure you can't access the text-snippet form without logged in. |
Expected-output |
Correct |
Test case 1.1 |
Access text-snippet when logged in |
Description |
Make sure you can see how many characters left you can write on the wall, when logged in. |
Expected-output |
Correct |
Test case 1.2 |
Text-snippet wall doesn't reset after reaching 0 but after page refresh. |
Description |
Make sure you can see the text snippet before it resets. |
Expected-output |
Correct |
Test case 1.3 |
Prevent code/html injections. |
Description |
Make sure there's no tags that can slip through the form input. |
Expected-output |
Correct |
Test case 1.4 |
Prevent white-space. |
Description |
Make sure no white-space is on the wall. |
Expected-output |
Correct |
Test case 1.5 |
Prevent last text-snippet to be duplicated on page-reload. |
Description |
Make sure the text-wall doesn't duplicate last text-snippet on page reload. |
Expected-output |
In-correct |