-
Notifications
You must be signed in to change notification settings - Fork 7
Regression tests
Roger B. Dannenberg edited this page Aug 19, 2020
·
1 revision
- add any two modules, connect them
- delete one of them
- add any module Expected outcome: two modules on screen. Observed problem: The project crashes.
This may be the same problem as the previous one:
- add a Player
- add a Mixer
- add a Speaker
- connect Player to Mixer
- connect Mixer to Speaker
- delete Mixer
- delete Speaker Expected outcome: speaker is deleted Observed problem: speaker is not deleted