02-22-2019 06:15 AM
I have parallel model with 4 testsockets.
When ProcessSetup sequence ends ok, I get Run-Time-Error in PreUUT saying:
Error calling sequence PreUUT. Type of argument expression 'Parameters.TestSocket.UUT' is incompatible with parameter 'ContinueTesting'. Expected Boolean, found Container.
I don't uderstand how can I solve this?
Solved! Go to Solution.
02-25-2019 06:14 AM
02-28-2019 04:42 AM - edited 02-28-2019 04:47 AM
Hello,
did you change the parallel model? That is a type mismatch that probably happens when you call the PreUUT sequence in the model. Could you post screenshots of the PreeUUT definition in the model file and possibly the definition in a client file? I'm especially interested in the parameter list in the variables view and the sequence call in "Test UUTs -- Test Socket Entry Point".
03-04-2019 07:39 AM - edited 03-04-2019 07:47 AM
I did not change the parallel model. I can post definition in parallel model:
I can post parameters list from my client sequence:
03-05-2019 03:12 AM
Your client sequence file PreUUT override adds a new parameter "anPlanQty_found" boolean as first argument. The model isn't using that.
This is expected behavior as you modified the parameter set of your client file sided callback.
03-06-2019 08:14 AM
Norbert was faster, that's what I expected 😉