Timeline for What are techniques to run acceptance tests in a cloud app without polluting the environment with test data?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 10, 2017 at 12:04 | comment | added | c_maker | @Laiv I agree to a point. However everyone's first instinct should be to use well established tools and practices first before rolling their own. MS is already extremely complicated. | |
| Sep 10, 2017 at 11:58 | vote | accept | c_maker | ||
| Sep 8, 2017 at 13:32 | audit | Suggested edits | |||
| Sep 8, 2017 at 14:46 | |||||
| Sep 4, 2017 at 4:27 | answer | added | ivenxu | timeline score: 1 | |
| Sep 3, 2017 at 18:39 | comment | added | Laiv | Companies that shifted to MS, often craft their own tools for dealing with situations like this. You could deploy a private API which main purpose is populate the DBs with the dummy data and hard delete it. I said API but It could be virtually anything. From web APIs to shell scripts. You will find that most of the tools out there only meet your needs gradually. So don't be astonished if you come to the conclusion that the best you can do is to craft more software. | |
| Sep 3, 2017 at 15:36 | answer | added | Ewan | timeline score: 1 | |
| Sep 3, 2017 at 14:21 | history | asked | c_maker | CC BY-SA 3.0 |