04-02-2012 06:04 PM
Hello,
In TS 4.1using the batch process model - PreBatch has two steps
1. Tell Dialog To Get Next UUTs
2. Wait for Dialog.
I need to modify the step #1 but still want to use the exsisting step#2 - Wait for Dialog subsequence.
How to call Wait for Dialog subsequence step when PreBatch callback is overriden in client file?
Thanks.
Solved! Go to Solution.
04-02-2012 07:25 PM
The easy answer is to simply copy step #2 from the model to your callback. Should work just fine. Everything you need will be passed to you as a parameter.
04-05-2012 12:59 AM
Step #2 in the model calls ProcessDialogRequests subsequence. When I copy the step from model to the callback do I not need to copy all teh required subsequence calls like ProcessDialogRequests (and then there are other subsequences also)?
04-05-2012 01:06 AM
Also noticed that if I do copy all the required subsequence calls from model to callback then the Fileglobals start giving errors like 'FileGlobals.TestSocketExecutions'.
04-05-2012 08:28 AM
Instead of Use Current File just point it to the BatchModel.seq. Will that work. I haven't tested it but I assume it would.