c# - nUnit for methods with 3K-4K LOC -
I recently joined a project that was created without the nUnit or unit testing framework.
Now we are thinking
The main problem is outlined below
1: Many codes are written in code behind the page. .
2: Our class has ways like 4K-5K LOC
3: The app completely by using XML Is configurable
How should we move forward in creating NUIT for applications?
Thanks in advance!
Technology: ASP.NET 3.5, C # .
Comments
Post a Comment