Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » software testing Collapse All
Subject Author Date
harshit taunk Oct 12, 2006 - 6:39 AM

Can we use Nunit testing tool (basically used for .NET applications) for testing naming conventions in a particular code?

Technical Support Oct 17, 2006 - 11:37 AM

It is not clear you raised these issues in this forum. As far as we know, you cannot use NUnit for naming convention validation (it is just a unit testing tool). For checking the style and naming validation for managed code, you can use Microsoft FxCop application. Note that these tools are only applicable for .NET development, and we cannot realize how to apply them to unmanaged code.