Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+8 votes

For the schedule visualizer project how would you create a test case? Would you just make it a string input of a class schedule?

asked in CSC305 Fall 2021 by (1 point)
0

I think there should be tests for each of the class/method you have in your code.

4 Answers

+2 votes

I think my plan is to use all of Dr. Tauheed's test cases in addition to all our group members schedules. Maybe more testing when different combinations of course data fields are null.

answered by (1 point)
+2 votes

I would create different possible inputs using Dr. Mohd's example.

answered by (1 point)
+2 votes

I would have a combination of test cases, the extra spaces in the text is from band courses having two different schedule times. Try and include some of those to insure that all cases work.

answered by (1 point)
0 votes

Most of the time, you should use Dr. Tauheed's test, but I, personally, just created different one to test the limit of the program

answered by (1 point)
...