I have a very old project implemented in (classic) ASP and SQL Server 2000. Due to quality issues, I am considering introducing some form of automated quality testing. However, ASP Web pages are truly an 85% SQL Server stored procedure, function, view, and DTS. (Most of the dependency on DTS). A lot of code generation comes from SQL Server.
As for DTS, we hope to upgrade the database to SQL Server 2005 - so if unit testing cannot be configured for DTS, what about SSIS?
I found ASPUnit , but it is no longer supported ...
As for my question, this is really a multi-part question.
- Is Unit Test ASP possible and practical?
- Is it possible and possible to use Unit Test SQL Server objects? (I saw some success on this, but some disappointment too)
- Is there a currently supported test environment that can be used for both ASP and SQL Server?
- Are there alternative software quality control methods for testing this type of code base? (Any general advice would also be helpful. Thanks.)
- In addition, I am considering ROI for the implementation of automated testing in such a project. The project is big. I don’t know how much code, but hundreds of files, thousands (if not millions) lines of code. Given this, we return to 1 and 3.
I am really bad at this project; Any general quality control advice would be greatly appreciated ...
sql-server unit-testing asp-classic qa dts
Frank v
source share