Testing clarification (Question)
Thu, 04/20/2017 - 2:07pm
Can we preform unit testing to satisfy our requirements by simplifying the code used in our actual implementation down to a basic python script that is not dependent on the CatVehicle?
ie. Can we take out function X that is resposible for task Y and unit test it to prove that it fulfils the requirement for task Y?
Thanks,
Ben
Talked to Matt at the Cat Vehicle testing today, he said unit test are acceptable and encouraged, so feel free to test only specific functions with dummy data.