07-02-2007 10:41 PM
07-03-2007 12:30 AM
Hi,
If you are referring about On the Fly, then all you have to do is enable it in the Configure | Report or Database Options.
Regards
Ray Farmer
07-03-2007 12:37 AM
07-03-2007 12:43 AM
Hi,
What it means, is as the result is obtained it is sent to the report. The default is to wait until all the testing has been done and then gnerate the report.
Regards
Ray Farmer
07-03-2007 12:57 AM
sorry.
My test sequence has a large amount of data to place in the report and database,report generation and log to database can take longer and increase total test cycle time.Because TestStand can perform multithreaded operations,So I think if I can make report and database generate asynchronous to the tests that are running.This ensures that the report generation does not effect the total test cycle time and improves the total throughput of my test station,and I do not know if on the fly report and database can solve this problem.
thanks very much!