Skip to main content

Timeline for What is black box unit testing?

Current License: CC BY-SA 4.0

6 events
when toggle format what by license comment
Apr 2 at 15:46 comment added Mike Nakis The truth hurts.
Apr 2 at 13:10 comment added Doc Brown Hi Mike, I think you probably have a different understanding of the terms white-box testing and black-box testing than most other people here. My own understanding is much more in line with how amon described in the accepted answer.
Apr 2 at 12:02 comment added Basilevs All explicit dependencies are declared in component's public interface and known to all clients including black box tests. Therefore, they can't serve to distinguish white and black box testing. Mocks are injected via public interface, so they are not a criteria either.
Apr 2 at 9:58 history edited Mike Nakis CC BY-SA 4.0
added 86 characters in body
Apr 2 at 9:50 history edited Mike Nakis CC BY-SA 4.0
added 230 characters in body
Apr 2 at 9:39 history answered Mike Nakis CC BY-SA 4.0