Tagged Questions
3
votes
3answers
326 views
MS-SQL server sql test automation
I'm looking to create a batch of automated tests in SQL on MS-SQL server, these will include tests like - insert some records, call stored procedure, check certain conditions in various tables. There ...