10-07-2008 09:32 PM
I use the vc6.0 to develope a gui and use API to excute a sequence file.the code is here:
for(.....)
engine->NewExecution(sqfile, sqfile.sequence.name,0,FALSE,0);
In this loop ,I excute a sequence file. but I can't get a report.
who can tell me how I can do to let the application to generate a report. Tell me the detail steps.
my another problem is how to define the report location.
Thanks----hauk
10-08-2008 02:56 AM
Hi,
I think that you don't use a ProcessModel to run your sequence file.
If you execute your sequence file with an entry point of the Process Model, this entry point collects the results of the execution and calls the TestReport Callback to generate the report.
To execute the sequence file with a ProcessModel, the second parameter of the NewExecution method should be the name of the entry point and the third parameter should be the reference of the ProcessModel.
Hope that helps,
Bruno