Automated SQL Server Unit Testing -
I know how to automate the SQL server "unit test". But my question is a bit different.
While validating the requirements, we write a series of SQL scripts that do not return anything successfully
then basically like this
- Execute the query
- Perform another query
- Run SSIS Package
- Run Query.
Example with a little more context
Required # 1 Description: Then show my problem
- Questions to check if the goal
- Run the ETL SSIS package
- Check the query that the data is correct
- Questions to insist on business rules
Let us query SQL queries Writing a custom program to run, to load essential data, to run SSIS package has found a way to automate this process, etc. And then if we have a result (which shows test failure)
It's changing like a wheel ... but I'm not getting anything like this. Particularly one who integrates with SSIS.
Edit:
Someone has suggested that SSISunit does not have any documentation on it. If we wanted to use the SSIS unit then it is more like the setup process will emphasize that the necessary conditions are present, step 1 & amp; Up 2? I always thought that the setup processes do not validate?
It is unclear to you whether your question is about the unit test or not inside the SSIS package It is useful if the rules are ssis or if it is just an instrument to end:
I think you Want to use the setup part of the test to execute the SSIS package and use the Tidown step to reset the database status Do.
I see this as the starting point, because it has been built - in the visual studio.
So to answer your question, yes, I think that you are changing the wheel; But perhaps the current wheel is not suitable for your problem;)
Comments
Post a Comment