Timeline for End-to-end and UI testing in microservice-architecture?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Mar 11, 2021 at 19:29 | history | suggested | hc_dev | CC BY-SA 4.0 | Split sections by headings, rephrased title, added tags |
| Mar 11, 2021 at 15:00 | history | tweeted | twitter.com/StackSoftEng/status/1370026759626747912 | ||
| Mar 11, 2021 at 0:12 | review | Suggested edits | |||
| S Mar 11, 2021 at 19:29 | |||||
| Sep 6, 2017 at 15:20 | answer | added | Berin Loritsch | timeline score: 1 | |
| Sep 6, 2017 at 15:06 | comment | added | Berin Loritsch | Are you testing your UI for several environments in succession? You might be able to reclaim some time by having those tests run in parallel (one for each browser for instance). | |
| Sep 5, 2017 at 21:06 | answer | added | Arseni Mourzenko | timeline score: 4 | |
| Sep 5, 2017 at 21:02 | comment | added | Andrew Khmylov | @Euphoric of course we also have lots of unit and service tests for each particular service, so that it can be tested in isolation from the rest of the system. But we still need to test the integration of all services as close to the end user scenarios as possible. | |
| Sep 5, 2017 at 20:46 | comment | added | Euphoric | Also, if you are worried about incorrect microservice breaking the whole thing, you should focus on ability to quickly roll-back to version you know works. That would minimize need to test all microservices together, as one faulty microservice can quickly be fixed. | |
| Sep 5, 2017 at 20:44 | comment | added | Euphoric | You don't want all your tests to be end-to-end. Only small fraction of all tests should be end-to-end. Majority of tests should be unit tests and tests of each microservice in isolation. IMO, the idea that you test with multiple microservices at the same time is crazy to begin with. It smells like you still have monolith. The idea of microservices is that there are clear and hard boundaries isolating each service, allowing it to be designed, tested and deployed independently of the rest. | |
| Sep 5, 2017 at 20:21 | review | Close votes | |||
| Sep 14, 2017 at 3:04 | |||||
| Sep 5, 2017 at 20:00 | review | First posts | |||
| Sep 6, 2017 at 18:12 | |||||
| Sep 5, 2017 at 19:58 | history | asked | Andrew Khmylov | CC BY-SA 3.0 |