wilksonccp / CSharp_CourseControl_Project

This is a course management system project developed in C#. The goal of this project is to demonstrate the implementation of a basic system that manages courses, students, and enrollments, allowing the addition, removal, and listing of information.
MIT License
0 stars 0 forks source link

Testing road map #5

Open wilksonccp opened 6 hours ago

wilksonccp commented 6 hours ago

Create a test script for the program that contains all the essential parameters, to help when the tests are executed. Since I can't do automated tests, a script is important so that I don't miss any places that should be checked during the global system tests.