Engineering/Engineering Principles/2 Quality/Manual Testing/

Manual Testing Standards · MT

Manually tested work items must have linked test cases · MT-01 · MUST · TEST

All work items that include front-end changes must be manually tested · MT-02 · MUST · TEST

Manual testing must have test evidence provided · MT-03 · MUST · TEST

Provide clear evidence for all manual testing performed. This must be in the form of test cases that include detailed test steps

Each test case must be marked as either passed or failed to confirm that testing has been completed and recorded.

Manual tests must follow the end-to-end user journey · MT-04 · MUST · TEST

The person testing a card (PBI/bug) must ensure they have followed the full end-to-end user journey during their testing. Testing end-to-end mirrors how a real user will use the system, helping to identify usability issues and highlight bugs that users are likely to encounter. Sometimes a process can work in isolation but break if you try to run it end to end.

Manual testing must be performed on representative devices and browsers · MT-05 · MUST · TEST

Web applications tend to suffer from rendering inconsistencies when accessed through devices with different screen sizes.

Testing should be performed on relevant OS, devices and browsers to ensure usability is maintained. These requirements should be signed off by the client before the project starts.