0 votes
in Appium by
What Are The Problems Faced While Running A Test In A Multithreaded Environment?

1 Answer

0 votes
by

You need special care while using Appium in a multithreaded environment. The problem does not 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. Appium does not support multiple sessions, and unless you have implemented an additional layer on top of it to handle this case, multiple tests might fail.

Related questions

0 votes
asked May 8, 2021 in Appium by sharadyadav1986
+1 vote
asked May 4, 2023 in Azure by Robindeniel
...