April 2017
Intermediate to advanced
706 pages
17h 8m
English
We can build a very handy debugging tool by outputting the values of critical variables or other informative indicators of progress, either to an external text file or to a table created for this purpose. We need to either do this in single user mode or make it multiuser by including the USER ID on every entry.
This technique allows us to run a considerable volume of test data through the system, tracking some important elements while collecting data on the variable values, progress through various sections of code, and so on. We can even timestamp our output records so that we can use this method to look for processing speed problems.
Following the test run, we can analyze the results of our test more quickly, ...
Read now
Unlock full access