Standard Security:
"Server=myServerAddress;Database=myDataBase;User Id=myUsername;
Password=myPassword;"
"Server=myServerAddress;Database=myDataBase;User Id=myUsername;
Password=myPassword;"
References:
https://www.connectionstrings.com/sql-server-2016
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax
(on unit vs. integration tests) So maybe this is the distinction I find useful. There are tests where a failure points directly to the problem.
These tests are tests either of well-understood abstractions or using only well-understood abstractions.
Then there are tests where a failure indicates a genuine problem, but where oh where? - Kent Beck
No comments:
Post a Comment