1
vote
0answers
39 views

weighing tools/approaches for testing of database components

Currently the way we do this on LedgerSMB is to have SQL scripts which insert records into a test results table. This table is created in a transaction which runs the tests, and the tests always roll ...
2
votes
2answers
251 views

Should data validation be automated in a rapid development environment

I would like to understand Data Validation for Automation in case of (Weekly/ Frequent Builds) In case of frequent code changes (Weekly builds) since the code base would change frequently Automation ...