tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.

Home Page:http://docs.testvagrant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: If I run a Synchronized method in my test, will the test wait for one method to be done?

Balhindi opened this issue · comments

Please help me understand how this work. I have a method that I want to run on each device and they can't run on each of the other devices while in parallel. How can I achieve this while running the devices in a Fragmentation setup?

Any thoughts thank you. I have tried the synchronized method but that doesn't seem to do the job, the method I synchronized is not locked, and is running on two devices at the same time.

Thank you.