InterviewSolution
Saved Bookmarks
| 1. |
Can a tester run tests in a multi-threaded environment while using Appium? |
|
Answer» Yes, Appium allows testers to execute tests in a multithreaded environment. The only THING they have to worry about is that no more than ONE TEST RUNS against the same Appium server at the same TIME. |
|