2
I’m trying to create an application that looks like a judge online, but all I want is that after submitting a java file through an html or jsp page, the application runs a certain Junit test case on that java file and shows the results on a new page. I’m having trouble thinking about how best to do this, because I know we can run Junit tests on java files that are already inside the project, but I don’t know how to do it in a java file that is to be submitted in the application database. Does anyone know anything that can help me?
Thank you very much for your attention. I found your reply very helpful and I will try to develop it this way. I will comment on the results as soon as I have them.
– Araújo Filho