G
Guest
I'm hoping someone can provide me with an idea how to approach this problem I
have. I am writing a test utility that runs multiple tests. While looping
through and executing each test it is possible that one of the conditions
requires the system to reboot. I want to be able to pick up my tests at the
point just after the reboot was requested.
I have successfully saved and restored all form control data, but have one
difficulty. The tests are executed within a method having a double loop.
The outer loop executes a "group" of tests. The inner loop executes each
member of that group of tests. How can I save off the status of this double
loop so that I can pick up right were I left off?
have. I am writing a test utility that runs multiple tests. While looping
through and executing each test it is possible that one of the conditions
requires the system to reboot. I want to be able to pick up my tests at the
point just after the reboot was requested.
I have successfully saved and restored all form control data, but have one
difficulty. The tests are executed within a method having a double loop.
The outer loop executes a "group" of tests. The inner loop executes each
member of that group of tests. How can I save off the status of this double
loop so that I can pick up right were I left off?