can we do unit testing like checking the functionality of button in Mic-ACT?

Please provide me the solution. I need urgent help.

Liza

Re: Unit testing. by Jan

Jan
Wed Jan 21 06:44:19 CST 2004

http://www.nunit.org/

NUnit is a unit-testing framework for all .Net languages. Initially ported
from JUnit, the current version, 2.1 is the latest update of this xUnit
based unit testing tool for Microsoft .NET. It is written entirely in C# and
has been completely redesigned to take advantage of many .NET language
features, for example custom attributes and other reflection related
capabilities. NUnit brings xUnit to all .NET languages.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


"Liza K." <not@moreply.com> wrote in message
news:eK4QwtB4DHA.3436@tk2msftngp13.phx.gbl...
> can we do unit testing like checking the functionality of button in
Mic-ACT?
>
> Please provide me the solution. I need urgent help.
>
> Liza
>
>
>
>



Re: Unit testing. by Liza

Liza
Wed Jan 21 07:46:26 CST 2004

Hi Jan

Thanks for helping me.

I have tried this also but it does not work.

if u know about HarnessIt ( web testing engine ) ?



"Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
news:u5RFLxB4DHA.1868@TK2MSFTNGP10.phx.gbl...
> http://www.nunit.org/
>
> NUnit is a unit-testing framework for all .Net languages. Initially ported
> from JUnit, the current version, 2.1 is the latest update of this xUnit
> based unit testing tool for Microsoft .NET. It is written entirely in C#
and
> has been completely redesigned to take advantage of many .NET language
> features, for example custom attributes and other reflection related
> capabilities. NUnit brings xUnit to all .NET languages.
>
> --
> Greetz
>
> Jan Tielens
> ________________________________
> Read my weblog: http://weblogs.asp.net/jan
>
>
> "Liza K." <not@moreply.com> wrote in message
> news:eK4QwtB4DHA.3436@tk2msftngp13.phx.gbl...
> > can we do unit testing like checking the functionality of button in
> Mic-ACT?
> >
> > Please provide me the solution. I need urgent help.
> >
> > Liza
> >
> >
> >
> >
>
>



Re: Unit testing. by Jan

Jan
Wed Jan 21 08:22:19 CST 2004

Why doesn't it work? What are your specific requirements?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


"Liza K." <not@moreply.com> wrote in message
news:#Szy4TC4DHA.2572@TK2MSFTNGP09.phx.gbl...
> Hi Jan
>
> Thanks for helping me.
>
> I have tried this also but it does not work.
>
> if u know about HarnessIt ( web testing engine ) ?
>
>
>
> "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
> news:u5RFLxB4DHA.1868@TK2MSFTNGP10.phx.gbl...
> > http://www.nunit.org/
> >
> > NUnit is a unit-testing framework for all .Net languages. Initially
ported
> > from JUnit, the current version, 2.1 is the latest update of this xUnit
> > based unit testing tool for Microsoft .NET. It is written entirely in C#
> and
> > has been completely redesigned to take advantage of many .NET language
> > features, for example custom attributes and other reflection related
> > capabilities. NUnit brings xUnit to all .NET languages.
> >
> > --
> > Greetz
> >
> > Jan Tielens
> > ________________________________
> > Read my weblog: http://weblogs.asp.net/jan
> >
> >
> > "Liza K." <not@moreply.com> wrote in message
> > news:eK4QwtB4DHA.3436@tk2msftngp13.phx.gbl...
> > > can we do unit testing like checking the functionality of button in
> > Mic-ACT?
> > >
> > > Please provide me the solution. I need urgent help.
> > >
> > > Liza
> > >
> > >
> > >
> > >
> >
> >
>
>



Re: Unit testing. by Liza

Liza
Thu Jan 22 03:34:49 CST 2004

It does not work with .ascx pages ( that is user controls ).
Regards.


"Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
news:uhfq7nC4DHA.1052@TK2MSFTNGP12.phx.gbl...
> Why doesn't it work? What are your specific requirements?
>
> --
> Greetz
>
> Jan Tielens
> ________________________________
> Read my weblog: http://weblogs.asp.net/jan
>
>
> "Liza K." <not@moreply.com> wrote in message
> news:#Szy4TC4DHA.2572@TK2MSFTNGP09.phx.gbl...
> > Hi Jan
> >
> > Thanks for helping me.
> >
> > I have tried this also but it does not work.
> >
> > if u know about HarnessIt ( web testing engine ) ?
> >
> >
> >
> > "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
> > news:u5RFLxB4DHA.1868@TK2MSFTNGP10.phx.gbl...
> > > http://www.nunit.org/
> > >
> > > NUnit is a unit-testing framework for all .Net languages. Initially
> ported
> > > from JUnit, the current version, 2.1 is the latest update of this
xUnit
> > > based unit testing tool for Microsoft .NET. It is written entirely in
C#
> > and
> > > has been completely redesigned to take advantage of many .NET language
> > > features, for example custom attributes and other reflection related
> > > capabilities. NUnit brings xUnit to all .NET languages.
> > >
> > > --
> > > Greetz
> > >
> > > Jan Tielens
> > > ________________________________
> > > Read my weblog: http://weblogs.asp.net/jan
> > >
> > >
> > > "Liza K." <not@moreply.com> wrote in message
> > > news:eK4QwtB4DHA.3436@tk2msftngp13.phx.gbl...
> > > > can we do unit testing like checking the functionality of button in
> > > Mic-ACT?
> > > >
> > > > Please provide me the solution. I need urgent help.
> > > >
> > > > Liza
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Unit testing. by Jan

Jan
Thu Jan 22 03:57:59 CST 2004

Here is a Walkthrough:
Testing ASP.NET UserControls
http://www.prettyobjects.com/english/Products/POCMock/POCMockWalkthrough3.ht
ml
--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


"Liza K." <not@moreply.com> wrote in message
news:#Y1u8rM4DHA.2168@TK2MSFTNGP12.phx.gbl...
> It does not work with .ascx pages ( that is user controls ).
> Regards.
>
>
> "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
> news:uhfq7nC4DHA.1052@TK2MSFTNGP12.phx.gbl...
> > Why doesn't it work? What are your specific requirements?
> >
> > --
> > Greetz
> >
> > Jan Tielens
> > ________________________________
> > Read my weblog: http://weblogs.asp.net/jan
> >
> >
> > "Liza K." <not@moreply.com> wrote in message
> > news:#Szy4TC4DHA.2572@TK2MSFTNGP09.phx.gbl...
> > > Hi Jan
> > >
> > > Thanks for helping me.
> > >
> > > I have tried this also but it does not work.
> > >
> > > if u know about HarnessIt ( web testing engine ) ?
> > >
> > >
> > >
> > > "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
> > > news:u5RFLxB4DHA.1868@TK2MSFTNGP10.phx.gbl...
> > > > http://www.nunit.org/
> > > >
> > > > NUnit is a unit-testing framework for all .Net languages. Initially
> > ported
> > > > from JUnit, the current version, 2.1 is the latest update of this
> xUnit
> > > > based unit testing tool for Microsoft .NET. It is written entirely
in
> C#
> > > and
> > > > has been completely redesigned to take advantage of many .NET
language
> > > > features, for example custom attributes and other reflection related
> > > > capabilities. NUnit brings xUnit to all .NET languages.
> > > >
> > > > --
> > > > Greetz
> > > >
> > > > Jan Tielens
> > > > ________________________________
> > > > Read my weblog: http://weblogs.asp.net/jan
> > > >
> > > >
> > > > "Liza K." <not@moreply.com> wrote in message
> > > > news:eK4QwtB4DHA.3436@tk2msftngp13.phx.gbl...
> > > > > can we do unit testing like checking the functionality of button
in
> > > > Mic-ACT?
> > > > >
> > > > > Please provide me the solution. I need urgent help.
> > > > >
> > > > > Liza
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Unit testing. by Liza

Liza
Thu Jan 22 04:31:13 CST 2004

Thanks Jan.
I would try this and get back to you soon.
Regards,
Liza.
"Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
news:ObEs44M4DHA.1632@TK2MSFTNGP12.phx.gbl...
> Here is a Walkthrough:
> Testing ASP.NET UserControls
>
http://www.prettyobjects.com/english/Products/POCMock/POCMockWalkthrough3.ht
> ml
> --
> Greetz
>
> Jan Tielens
> ________________________________
> Read my weblog: http://weblogs.asp.net/jan
>
>
> "Liza K." <not@moreply.com> wrote in message
> news:#Y1u8rM4DHA.2168@TK2MSFTNGP12.phx.gbl...
> > It does not work with .ascx pages ( that is user controls ).
> > Regards.
> >
> >
> > "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
> > news:uhfq7nC4DHA.1052@TK2MSFTNGP12.phx.gbl...
> > > Why doesn't it work? What are your specific requirements?
> > >
> > > --
> > > Greetz
> > >
> > > Jan Tielens
> > > ________________________________
> > > Read my weblog: http://weblogs.asp.net/jan
> > >
> > >
> > > "Liza K." <not@moreply.com> wrote in message
> > > news:#Szy4TC4DHA.2572@TK2MSFTNGP09.phx.gbl...
> > > > Hi Jan
> > > >
> > > > Thanks for helping me.
> > > >
> > > > I have tried this also but it does not work.
> > > >
> > > > if u know about HarnessIt ( web testing engine ) ?
> > > >
> > > >
> > > >
> > > > "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
> > > > news:u5RFLxB4DHA.1868@TK2MSFTNGP10.phx.gbl...
> > > > > http://www.nunit.org/
> > > > >
> > > > > NUnit is a unit-testing framework for all .Net languages.
Initially
> > > ported
> > > > > from JUnit, the current version, 2.1 is the latest update of this
> > xUnit
> > > > > based unit testing tool for Microsoft .NET. It is written entirely
> in
> > C#
> > > > and
> > > > > has been completely redesigned to take advantage of many .NET
> language
> > > > > features, for example custom attributes and other reflection
related
> > > > > capabilities. NUnit brings xUnit to all .NET languages.
> > > > >
> > > > > --
> > > > > Greetz
> > > > >
> > > > > Jan Tielens
> > > > > ________________________________
> > > > > Read my weblog: http://weblogs.asp.net/jan
> > > > >
> > > > >
> > > > > "Liza K." <not@moreply.com> wrote in message
> > > > > news:eK4QwtB4DHA.3436@tk2msftngp13.phx.gbl...
> > > > > > can we do unit testing like checking the functionality of button
> in
> > > > > Mic-ACT?
> > > > > >
> > > > > > Please provide me the solution. I need urgent help.
> > > > > >
> > > > > > Liza
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>