Forum Discussion
You could also try to increase the "newCommandTimeout": "600"
Increasing the newCommandTimeout from "120" to "600" may allow the needed extra time for the application to load fully on the device.
As you said, I tried to increase the "newCommandTimeout": "600", but the same error occurs.
Please check if I'm doing something wrong.
I worked as follows and I didn't connect the mobile phone to my computer.
1. Appium server setup
2. Android Studio setup
3. download and setup the mobile sample from smartbear website
4. Execute testComplete 15.30
5. Create project suite and project
6. Check the current project properties - Mobile devices > General > Mobile device cloud (BitBar and local Appium)
7. Click "Show Mobile Screen"
8. Input Server URL, Application path, and Parameters (JSON)
9. Finally, I clicked the OK button.
Did I do anything wrong among the activities above?
Please let me know.
Did you follow what I said in my response?
This should have given you a clue about the issue.
Also before running your appium server a device needs to be connected.If your testing using local appium you will need to connect to a local device or emulator.
Either way this device needs to be specified in the capabilities using the same device name found by the abd
KR
Vinnie
Additionally Hyung-Mok-LEE
If you do not wish to set up local Appium or if find it too tricky.
Why not use BitBar Appium in TestComplete, its very easy to set up, no local appium server is needed, and to connect to a device is also very easy and straightforward.
Check out the video here in the documentation (you will need a BitBar Trial)
https://support.smartbear.com/testcomplete/docs/app-testing/mobile/device-cloud/index.html
KR
Vinnie
- Hyung-Mok-LEE4 years agoOccasional Contributor
I was going to give up on the mobile test using the Appium server.
Since you're so interested, I'll have to start over.I've already succeeded in connecting to the mobile using BitBar.
Using BitBar was really comfortable and nice.
However, BitBar was paid, so he tried to use a free Appium server.I'm a beginner at mobile testing, so in your last post,
I didn't understand run "adb devices".
Now I understand a little what you're asking me to do.I'll try again and leave a message as you wrote.
Thank you very much.