01-29-2014 08:24 AM
Hi i want to do parallel test system but ı have a problem. two sequences start same time,but not finish same time. How can i synchronizate it?
01-29-2014 09:51 AM - last edited on 11-01-2024 03:17 PM by Content Cleaner
ergin,
The best way to synchronize your tests so that they start at the same time and finish at the same time would be to use the Batch process model. In addition to ensuring that UUTs start and end execution together, the Batch model also provides synchronization functions for coordinating tests between UUTs, such as having "one thread only" sections. I think this will do what you're wanting, and let us know if you have any further questions!
01-29-2014 10:38 AM
I want to all sequence do same time. I didn't solve my problem. Can you help me?
01-29-2014 10:55 AM
Hey ergin,
I would be happy to help, but we will need more information to assist you. Can you describe your current system in detail and what you are wanting the behavior to be? When you say "all sequences", is this multiple unique sequences in the same file that you want to execute at the same time, or do you want to run the same sequence on multiple UUTs at the same time? Any other detail you can provide would be very helpful and will assist myself and others on the forum with answering your questions.
01-29-2014 11:05 AM
I want to run same sequence on multiple UUTs at the same time.
01-29-2014 03:18 PM
ergin,
The Batch process model is designed for this testing scenario. Could you please provide more detail about why this did not work for your application?
01-30-2014 03:32 AM
Thanks Daniel. I solved my problem thanks to you. 🙂