Q3 Single choice Mark for later What is the characteristic of a unit test that makes it "deterministic"? A If it is run with the same conditions, it will get the same result each time B It tests the details of the code, including verifying all the possible areas of data handling C It tests only the targeted piece of functionality D It runs very fast, allowing many tests to be run quickly Correct answer