PStSQLtTestGenerator
PStSQLtTestGenerator copied to clipboard
PowerShell module to generate tSQLt tests
- [ ] - database credentials - [ ] - database options - [ ] - generic database scoped configuration option - [ ] - users - [ ] -...
Opearting systems do not like it when you have more than 10,000 files in a single directory. There needs to be a parameter (and preferably a check) that when the...
Leave a comment what kind of test you're missing and how you would like this to be implemented. Keep in mind about the following: 1. The test should be able...
Create a command to create a unit test that tests a specific query. Get the first run time, then execute the query X times to get an average. ``` DECLARE...
I have added the Database parameter to string replace markers in all scripts - this should help with users such as myself who have a separate Unit Tests database
Hi, First off, thanks for your amazing code and YouTube tutorials :-) I have created a set of tests using your script for a single database / testclass and I...