After some playing around with the Operator Interfaces, i have a question you might be able to answer:
1. Is it possible to make use of the reportview module, to print testscores on the fly. I want to have the test i just made displayed in full(all TestScore info), while i havent stopped, paused or shutted down the test sequence yet.
After my experience, reportview only generates a report after the testsequence stops.
2. My test routine never stops, meaning it will run in a loop for a large amount of time, making 10000's of test, before being stopped. Will this be a problem in any way, using a large amount of memory in storing test results temporarily or does it discard data when they have been saved in the database. Just trying to get a grasp at possible long term errors since i havent the time to test this until it gets inserted in the production line. Is there something i should be on the lookout for, in very long continues test routines.