Does anybody have any sample that will run four different UUT at same time using the Parallel Model?
1) Each UUT has its own resources, no sharing of resources required.
2) I have developed a seperate sequence for each UUT being tested, these handle each UUT resources.
3) During run sequence, Is there a variable that that keeps track of which socket is running? I was thinking about using this variable as a precondition to decide which set of sequences to execute.
4) Any better ideas?