ASP.NET - Unit testing, Integration testing, Regression
testing - Dec 25, 2009 at 19:55 PM by Nishant Kumar
Define Unit testing, Integration testing, Regression testing.
Unit testing ensures that each piece of code works correctly.
Integration testing ensures each module work together without errors.
Regression test ensures new code did not break previously working code.
The DataSet object is a disconnected storage. It is used for manipulation of
relational data...........
A connection pool is created when a connection is opened the first time.......
Low (IIS Process): This is the fastest and the default IIS4 setting. ASP pages
run in INetInfo.exe and so they are executed in-process. If ASP crashes, IIS
too does and must be restarted............
|