1.

I Want To Run My Tests In A Multithreaded Environment, Any Problems With That?

Answer»

YES! You need some special care when using Appium in a multithreaded environment. The problem does not really rely on the fact of using threads in your tests: you can use them but you MUST ensure that no more than one test runs at the same time against the same Appium SERVER. As I mentioned, Appium does not support MULTIPLE sessions, and unless you implemented an additional layer on top of it to handle this case, some tests might FAIL.

Yes! You need some special care when using Appium in a multithreaded environment. The problem does not really rely on the fact of using threads in your tests: you can use them but you must ensure that no more than one test runs at the same time against the same Appium server. As I mentioned, Appium does not support multiple sessions, and unless you implemented an additional layer on top of it to handle this case, some tests might fail.



Discussion

No Comment Found