| 1. |
Do I Need A Server Machine To Run Tests On Appium? |
|
Answer» No! Appium promotes a 2-tier architecture where a test machine connects to a test SERVER running Appium and automating the whole thing. However this CONFIGURATION is not MANDATORY, you can have Appium running on the same machine where your test runs. Instead of CONNECTING to a remote host, your test will connect to Appium using the loopback address. No! Appium promotes a 2-tier architecture where a test machine connects to a test server running Appium and automating the whole thing. However this configuration is not mandatory, you can have Appium running on the same machine where your test runs. Instead of connecting to a remote host, your test will connect to Appium using the loopback address. |
|