I'm newbie in testing so it could be a very simple question, but do somebody know how to test an app automatically between two or more devices?
I have an app with some users doing some transactions between each other. I'd like to test my app automatically with two or more users. have anybody an idea for it?
I'm using Robotium but the real problem is I could not run two different test actions in two differenet devices in the same time or in a defined order. I would like to see an example for it or something, because I've just saw cases when the testers were run the same action on different devices.