Desk Checking Definition
Desk checking is a manual and non-aitumated systematic process of checking and verifying the logic within the programming, algorithms and code for the existence or presence of bugs and errors. This process is typically conducted before the release of the program in order to eliminate issues which have a potential to prevent an application from functioning appropriately.
Desk checking is generally perfomed by a software engineer through the usage of manual columns with numerical sequencing or input and output column sequencing. Its purpose is to evaluate variables through the means of calculations and is documented using computer programs or a simple pen and paper.