10-19-2018 12:20 PM
In one test station, I need to test several UUTs simultaneously but each UUT has a different test code. For example, let's say we have these product types in the test batch: {A, A, B, C, C, C, A}
Each product type in the above set, shall run a it's own test execution and test code depending on the product number. {A.seq, B.seq, C.seq}
Until now I have tried the batch model, which creates a new test socket and test execution for each UUT. If I'm not wrong the code for all UUTs must be identical in the batch model.
I thought about experimenting and perhaps create a new model (batch of batch model) but it seems way too complicated. What is a simpler approach to this problem? How can I have a batch test where each UUT loads it's own test code base on UUT.ProductNumber?
10-22-2018 10:06 AM
Consider this simple example. Let me know if you have any questions.