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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -