04-02-2011, 03:22 AM
Hi,
I am trying to incriment a value in the Globalsheet when ever the Test runs. The increemented value is available to the Runtime Datasheet. However, it's not saving in the Globalsheet so that it can be used next time. Below is the code I am using . Any suggestion will be helpful.
Thanks,
Subha
I am trying to incriment a value in the Globalsheet when ever the Test runs. The increemented value is available to the Runtime Datasheet. However, it's not saving in the Globalsheet so that it can be used next time. Below is the code I am using . Any suggestion will be helpful.
Code:
int_Iteration = Datatable("o_Iteration",dtGlobalSheet)
Datatable("o_Iteration",dtGlobalSheet)=int_Iteration + 1
Thanks,
Subha