Hi,
Overview: I am creating automated assignment marking system, in which the goal is: suppose there are 100 students' assignment.java in a directory and if I start my program it should check all of the assignment.java one by one and generate a report based on that.
Right now, I import one java file in my project and test that and after finishing that I import another assignment.java and test that, but I am not able to figure out how would I automate the system so, it automatically replaces each assignment.java(in specified path) after finishing marking that.
Any help would be greatly appreciated.:)
Thank you.
