NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

report teststand

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

0 Kudos
Message 1 of 2
(2,840 Views)

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

0 Kudos
Message 2 of 2
(2,835 Views)