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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -