-
Notifications
You must be signed in to change notification settings - Fork 2
How to Run
For Windows users: Press the windows icon at the bottom left of screen, search "Command Prompt" and click Command Prompt to open
For Mac users: Press COMMAND + SPACEBAR and search terminal, then press enter.
Copy this command "cd Desktop", paste it in the terminal and press Enter. Now copy this command "git clone https://github.com/TeamVIIII/OOP2.git", paste it the terminal and press enter.


For windows users click "Select Folder" instead of Open.
Click the src folder, then click the main, then click java/oop2_project folder and finally click the main.java file. Finally to run the program click the run button. Use the below image with steps 1-4 as a guide:
After clicking run, the program would be executed in Vs Code integrated terminal. Here you enter the file path for the zip of zipped submissions to be graded by the system and a pdf report is created in each students submission folder taking the name of the student's submission folder.
Click src folder, then click the test/java/oop2_project folder and click the TestSuite.java file. Finally click the green arrow at line 22 in TestSuite.java file to execute all tests. Use the below image with steps 1-4 as a guide: