Skip to Content
Menu
This question has been flagged
2 Replies
1638 Views

Hi,

I have a question regarding deployment. Whilst customisation, many records are created for testing purposes. How delete these records after the system has been tested for deployment and to start with a clean customised DB?

Avatar
Discard

Thank you Ermin,
Regarding your first suggestion, the test is not at the end, it is done incrementally during the customization process. After customizing a module, it is tested.
For the second suggestion, yes, this is what we are doing. However, it is a waste of time to do the customization in two databases. I am just asking if there is any better and a more time efficient way of doing it.

For obvious and logical reasons there is no other solution for software systems such as ERP systems and other complex systems with highly interdependent relationships.

Best Answer

Do  a backup before posting test data. In a business software with its numerous relational interdependencies it is reasonably not possible to delete data.

And/or use a customization database and a test database and do your customizations in both databases, but test data only in one.

Avatar
Discard