I m new to automation testing i want to connect multiple device and run multiple test cases can anyone suggest me how to do it

I m new to automation testing i want to connect multiple device and run multiple test cases can anyone suggest me how to do it
[email protected]

Thank you

you can check it from https://testifyqa.com/

On an basic level I have the same beginner question / how to begin.

My current (as in: when this not works I’ll try something else) goals are a bit more specific, however.

  • testing on android emulators, started automatically
    ** preferably even with creating new avd’s from scratch when needed
  • test on two devices simultaneously. More precise: An messenger app with sending and receiving
  • create readable reports of what tests passed and what failed
  • Use javascript for, errm, “everything” NOT Java

As far as I can tell from my limited knowledge, an setup with TestNG would do what I want EXCEPT for the pure javascript part that I really would prefer.

@Lien_Khuong thanks for the amazing resource in the link you provided.
If I can’t get a better suggestion for my needs I will probably check both the sections for Java frameworks (which has the parts about android testing) and for Javascript frameworks (which has, well, Javascript)

However, if someone knows a better ressource with only using Javascript I would be very grateful.