I am unable to get the namespace like nunitasp even though I imported name spaces like
using
NUnit.Framework.SyntaxHelpers;
using
NUnit.Extensions.Asp.AspTester;
using
NUnit.Extensions.Asp;
using
NUnit.Framework;
I reffered some sites inorder to overcome this problem finally, I found that the above specified namespaces are sufficient to test the controls and their functionalities on the web page
one think that even, I am unable to acces the method like assertvisibility()
could any body pls help me out which dll is required to get the namespace like nunitasp
vvpnkapil
0 Points
9 Posts
I got some problem while working with nunittool to test the controls on the(ASP.NET) web page
Aug 29, 2007 12:27 PM|LINK
I am unable to get the namespace like nunitasp even though I imported name spaces like
using
NUnit.Framework.SyntaxHelpers;using
NUnit.Extensions.Asp.AspTester;using
NUnit.Extensions.Asp;using
NUnit.Framework;I reffered some sites inorder to overcome this problem finally, I found that the above specified namespaces are sufficient to test the controls and their functionalities on the web page
one think that even, I am unable to acces the method like assertvisibility()
could any body pls help me out which dll is required to get the namespace like nunitasp
Regards
v v p n kapil..........
vinz9969
Member
80 Points
25 Posts
Re: I got some problem while working with nunittool to test the controls on the(ASP.NET) web page
Nov 29, 2007 02:35 AM|LINK
you need to install NUnit, this is not natively .NET namespace.
I haven't tried yet, but tuess the installer will help you register the namespace.