Multi people testing

Is it possible for multiple people to test a program at once

No, you cannot test in multiple devices at once. Try to build and install .apk to your devices and test?

1 Like

In other words, yes you can have multiple people testing your program. Build an APK, distribute it to your testers.

You probably want to know if several people can develop a single project at the same time?

The simple answer is no. However, with good planning and constraint, user1 could save out to an aia file, pass this to user2 to work on, who could then save out to aia file and pass back to user1 or on to user3, and so on. As long as only one person works on the aia project at a time.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.