I'm trying this, but it just runs the test sequentially
!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
suite name="AllSuites" verbose="1" parallel ="tests" thread-count="10">
suite-files>
suite-file path="TestSuites/AllSuiteTest1.xml">
suite-file path="TestSuites/AllSuiteTest2.xml">
/suite-files>
/suite>-->
My ultimate goal is to kick off my IOS test and Android test in parallel.
Thank for any information you can provide.
DD