package com.factory; import org.testng.annotations.Factory; import com.test.FactoryTest; public class MyFactory { @Factory public Object[] createTests(){ int num = 10; Object[] result = new Object[num]; for(int i=0;i