I want to use a specific java bean to create test cases from an outside list. I'm trying to find a java tool (spring framework? or similar) to instantiate this bean and populate it with values from that outside list (I will do the loop). (some kind of bean injection) Do you know any tool for this job?
thanks, José Cruz