diff options
Diffstat (limited to 'CST116F2021-Proj3/Testing Plan and Runs.txt')
| -rw-r--r-- | CST116F2021-Proj3/Testing Plan and Runs.txt | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/CST116F2021-Proj3/Testing Plan and Runs.txt b/CST116F2021-Proj3/Testing Plan and Runs.txt new file mode 100644 index 0000000..72cf7e4 --- /dev/null +++ b/CST116F2021-Proj3/Testing Plan and Runs.txt @@ -0,0 +1,160 @@ +Kaeden and I tested the portions of the program we were working on +individually + +Once we put the full program together, I edited out the major issues. +-------------------------------------------------------------------- +RUNS + +output 1 - + +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 1 +Value 1 of Matrix 1: 3 +Value 2 of Matrix 1: 3 +Value 3 of Matrix 1: 3 +Value 4 of Matrix 1: 3 +Value 5 of Matrix 1: 3 +Value 6 of Matrix 1: 3 +Value 7 of Matrix 1: 3 +Value 8 of Matrix 1: 3 +Value 9 of Matrix 1: 3 +Value 1 of Matrix 2: 1 +Value 2 of Matrix 2: 1 +Value 3 of Matrix 2: 1 +Value 4 of Matrix 2: 2 +Value 5 of Matrix 2: 2 +Value 6 of Matrix 2: 2 +Value 7 of Matrix 2: 3 +Value 8 of Matrix 2: 3 +Value 9 of Matrix 2: 3 +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 3 +? ? + 4 4 4 + 5 5 5 + 6 6 6 +? ? +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 2 +|18 18 18| +|18 18 18| +|18 18 18| +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 1 +Value 1 of Matrix 1: 9 +Value 2 of Matrix 1: 8 +Value 3 of Matrix 1: 7 +Value 4 of Matrix 1: 6 +Value 5 of Matrix 1: 5 +Value 6 of Matrix 1: 4 +Value 7 of Matrix 1: 3 +Value 8 of Matrix 1: 2 +Value 9 of Matrix 1: 1 +Value 1 of Matrix 2: 1 +Value 2 of Matrix 2: 10 +Value 3 of Matrix 2: 100 +Value 4 of Matrix 2: 1000 +Value 5 of Matrix 2: 100 +Value 6 of Matrix 2: 10 +Value 7 of Matrix 2: 1 +Value 8 of Matrix 2: 0 +Value 9 of Matrix 2: 0 +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 3 +? ? + 10 18 107 + 1006 105 14 + 4 2 1 +? ? +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 2 +|8016 890 980| +|5010 560 650| +|2004 230 320| +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 4 + +Goodbye! + +output 2 - + +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 2 +|0 0 0| +|0 0 0| +|0 0 0| +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 3 +? ? + 0 0 0 + 0 0 0 + 0 0 0 +? ? +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 1 +Value 1 of Matrix 1: 1 +Value 2 of Matrix 1: 1 +Value 3 of Matrix 1: 1 +Value 4 of Matrix 1: 1 +Value 5 of Matrix 1: 1 +Value 6 of Matrix 1: 1 +Value 7 of Matrix 1: 1 +Value 8 of Matrix 1: 1 +Value 9 of Matrix 1: 1 +Value 1 of Matrix 2: 1 +Value 2 of Matrix 2: 1 +Value 3 of Matrix 2: 1 +Value 4 of Matrix 2: 1 +Value 5 of Matrix 2: 1 +Value 6 of Matrix 2: 1 +Value 7 of Matrix 2: 1 +Value 8 of Matrix 2: 1 +Value 9 of Matrix 2: 1 +~The Matrix Machine~ +1) Get new matrices. +2) Multiply Matrices +3) Add Matrices +4) Exit +What would you like to do? 4 + +Goodbye!
\ No newline at end of file |