Move Tests Between Servers
How do I move my tests between servers? I'm looking for a way to import/export into SQL Test.
We have our own source control software and I want to be able to save the tests here.
Thanks,
Mat
We have our own source control software and I want to be able to save the tests here.
Thanks,
Mat
You always have a choice
Comments
The tests you write are in a schema identified by the class name you give to SQL Test and the list of tests and results are stored in the tables and views inside the tSQLt schema for the database.
I'd check with the tSQLt people before doing anything rash.
How do I create and manage the set of default tests I want installed everytime I add the tests to a database? I would like to be able to package these as part of a standard practice and provide to each of my developers to run as a set of tests.
So the question is...
where are these tests initially defined and how can I add more to this default set?
And if I choose to create additional sets, perhaps under a different grouping, that are customized to our organization, how do I package them for distribution?
Thanks.