I tried your file and it worked fine from my side. I can confirm that it is neither a problem with Appium nor with your configurations.
For some unknown reason your keyboard might be inserting the wrong characters, so please download the following file node.txt133), change the extension from .txt to .json (as the website here forbids uploading .json files) and try again.
Also to make sure that there is no syntax error with your json file, you can use the following website: http://www.jsoneditoronline.org/39
@bhaskar
you can try to put your config file path into quotes like:> appium --nodeconfig "d:\your_path\file_name.json"
How i set default android path and android sdk/build-tools path but it was taking some other path can u fix it
Now I am able to connect my device to Grid...!!!
Thank you @Hassan_Radi and all ...
Hi @nirmal_kumar
Please Make sure that, there is no gap (white spaces) between the words you have given in your path..!!!
Thanks i have done it
are you using parallel execution in testng or junit ?
without these two how can i achieve parallel test execution for android devices?
Hi All,
I have created a simple way to run appium script on multiple android devices simultaneously.
You don't have to bother about how many devices are connected. how many appium server to start, it take cares all of it.
Just need to some installation process and extends one class.
I am still working on it.
Thanks @sameer49
I have executed your which is in github real it's cool and working fine awesome stuff
I try with my application to run parallel while installation it'self getting failed saying that error to access the same apk file because my first instance was lock that resource can you give me a solution on it
Thanks in advance
I am also facing same issue for app, filed issue for same https://github.com/sameer49/Appium-Grid-For-Android/issues/1126
But its intermittent.
Nice work @sameer49 ,
You made the things simple...!!! great job.
Nice work @sameer49 , starting the Appium server based on the connected device indeed a great approach and reduces the effort to start grid execution.
@sameer49 appreciate your work.
great job buddy.... keep it up
Hi All,
@Hassan_Radi ,@Srikanth_Katakam,@karthik_holla,@Appium_Master
Is it possible to have Appium running on a remote machine and devices also connected in a same remote machine, and run the test script from the local machine?