Sam
06/12/2020, 9:22 AMSmall tests are unit tests that validate your app's behavior one class at a time.
Medium tests are integration tests that validate either interactions between levels of the stack within a module, or interactions between related modules.
Large tests are end-to-end tests that validate user journeys spanning multiple modules of your app.
tddmonkey
06/12/2020, 9:26 AMSam
06/12/2020, 9:32 AMbeing in a startup != release many features in a small time and vice versa
1. This is my dream, but not true in my area. Haha.
Lots of feature to put in a sprint.
2. OK, let’s me clear about this:
2.1 How much time should automated testing take compared to the development time of the feature?
2.2 What kind of testing should be provided with little time to write?
2.3 What kind of testing will startup companies usually write?aandreyev
06/12/2020, 9:45 AMtddmonkey
06/12/2020, 9:48 AMaandreyev
06/12/2020, 10:08 AMwhy doesn’t CI fail for integration/e2e tests?
christophsturm
06/12/2020, 1:46 PMMike
06/12/2020, 2:28 PMtddmonkey
06/12/2020, 3:19 PMMike
06/12/2020, 3:40 PM