I can’t get a test to pass in a WPF program (Visual Studio 2022/C#)
I have a WPF program, that using 2 comboboxes (user input), takes data from MySQL, runs an equation on it, and displays an output to 3 textboxes. I am trying to test that the correct outputs are being displayed for the given user selections (accurate calculations).