import org.testng.annotations.Factory; public class MyFactory { @Factory public Object[] createTests(){ int num = 2; Object[] result = new Object[num]; for(int i=0;i