I have my test scripts ready which work in single device.. Now i have to run my testcases in multiple device.. Is there any solution for that.. or i have to use any build tool for that.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can connect the devices you want to test to the adb server, then in your test scripts target each device:
You could be smart about how you cycle through the connected devices, by making it generic in your script.