InterviewSolution
Saved Bookmarks
| 1. |
Do you need a server machine to run tests on Appium? |
|
Answer» No, we do not need a server machine to run TESTS on Appium. Appium encourages a two-tier architecture, in which a test machine CONNECTS to a test server that runs Appium, automating the entire process. This setting is optional; you can run Appium on the same system as your tests. Instead of connecting to a remote host, your test will use the LOOPBACK ADDRESS to connect to Appium. |
|