Timeline for Unit testing and other forms of testing
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 1, 2018 at 0:06 | vote | accept | user2669338 | ||
| Feb 28, 2018 at 9:48 | answer | added | Robbie Dee | timeline score: 1 | |
| Feb 28, 2018 at 9:35 | answer | added | David Arno | timeline score: 3 | |
| Feb 28, 2018 at 9:30 | comment | added | jonrsharpe | twitter.com/thepracticaldev/status/845638950517706752, imgur.com/gallery/rrAxO, etc. ad nauseam | |
| Feb 28, 2018 at 9:15 | answer | added | Marcin C | timeline score: 3 | |
| Feb 28, 2018 at 8:20 | comment | added | Laiv | Additionally. you might be interested in the TestPyramid | |
| Feb 28, 2018 at 8:16 | comment | added | Laiv | A unit test is something like testing a clock gear on a workbench. An integration test would be like testing some gears working together on a workbench. A functional test would be like testing all the gears working together and completing X loops each in 60 seconds/minutes. And e2e test would be testing the clock features. As you see, unit tests are only the base for a healthy test phase, but not the only thing. If a unit test ends up testing features as a "whole" are no longer unitary :-) | |
| Feb 28, 2018 at 8:14 | comment | added | Laiv | you might be interested | |
| Feb 28, 2018 at 7:02 | comment | added | Doc Brown | It is a good idea to have unit and integration tests both, since they should test different things. So if you can reduce integration tests by more unit tests depends on how you have written them currently and how much "functional overlap" they have in your system. That is nothing we can tell you. | |
| Feb 28, 2018 at 6:21 | answer | added | candied_orange | timeline score: 4 | |
| Feb 28, 2018 at 5:18 | answer | added | Ozymandias | timeline score: 1 | |
| Feb 28, 2018 at 5:09 | review | Close votes | |||
| Mar 14, 2018 at 3:01 | |||||
| Feb 28, 2018 at 4:51 | comment | added | gnat | Possible duplicate of Integration Tests - How much is too much? | |
| Feb 28, 2018 at 4:08 | history | asked | user2669338 | CC BY-SA 3.0 |