UNIT TESTING FOR ASP.NET 2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ni_no_spam

    UNIT TESTING FOR ASP.NET 2.0

    Hi,

    In my recent ASP.NET project I have made the use of NUNIT to test out
    the libraries.

    However I would be interested in unit testing the front end (i.e.
    simulating a user browsing the web site, clicking buttons, filling out
    web forms, etc...).

    After a bit of Googling, I found NunitAsp
    (http://nunitasp.sourceforge.net/). However this doesn't appear to be
    working with .Net 2.0 (I haven't tried).

    Does anybody know what we should use for unit testing web apps in .NET
    2.0?

  • ni_no_spam

    #2
    Re: UNIT TESTING FOR ASP.NET 2.0

    Nobody knows?

    ni_no_spam wrote:[color=blue]
    > Hi,
    >
    > In my recent ASP.NET project I have made the use of NUNIT to test out
    > the libraries.
    >
    > However I would be interested in unit testing the front end (i.e.
    > simulating a user browsing the web site, clicking buttons, filling out
    > web forms, etc...).
    >
    > After a bit of Googling, I found NunitAsp
    > (http://nunitasp.sourceforge.net/). However this doesn't appear to be
    > working with .Net 2.0 (I haven't tried).
    >
    > Does anybody know what we should use for unit testing web apps in .NET
    > 2.0?[/color]

    Comment

    • Juan T. Llibre

      #3
      Re: UNIT TESTING FOR ASP.NET 2.0

      Please review :











      Juan T. Llibre, asp.net MVP
      aspnetfaq.com : http://www.aspnetfaq.com/
      asp.net faq : http://asp.net.do/faq/
      foros de asp.net, en español : http://asp.net.do/foros/
      =============== =============== =====
      "ni_no_spam " <gaetan@gmail.c om> wrote in message
      news:1151518082 .968471.185260@ m73g2000cwd.goo glegroups.com.. .[color=blue]
      > Nobody knows?
      >
      > ni_no_spam wrote:[color=green]
      >> Hi,
      >>
      >> In my recent ASP.NET project I have made the use of NUNIT to test out
      >> the libraries.
      >>
      >> However I would be interested in unit testing the front end (i.e.
      >> simulating a user browsing the web site, clicking buttons, filling out
      >> web forms, etc...).
      >>
      >> After a bit of Googling, I found NunitAsp
      >> (http://nunitasp.sourceforge.net/). However this doesn't appear to be
      >> working with .Net 2.0 (I haven't tried).
      >>
      >> Does anybody know what we should use for unit testing web apps in .NET
      >> 2.0?[/color]
      >[/color]


      Comment

      • aeden.jameson@gmail.com

        #4
        Re: UNIT TESTING FOR ASP.NET 2.0

        Does anyone know of anything out there for asp.net 2.0 that doesn't
        require one to shell out money for VSTS?

        Cheers,
        Aeden
        Juan T. Llibre wrote:[color=blue]
        > Please review :
        >
        > http://msdn2.microsoft.com/en-us/library/ms182526.aspx
        >
        > http://msdn.microsoft.com/library/de...TAuthDebug.asp
        >
        > http://blogs.msdn.com/vstsqualitytoo...02/446322.aspx
        >
        >
        >
        >
        >
        > Juan T. Llibre, asp.net MVP
        > aspnetfaq.com : http://www.aspnetfaq.com/
        > asp.net faq : http://asp.net.do/faq/
        > foros de asp.net, en español : http://asp.net.do/foros/
        > =============== =============== =====
        > "ni_no_spam " <gaetan@gmail.c om> wrote in message
        > news:1151518082 .968471.185260@ m73g2000cwd.goo glegroups.com.. .[color=green]
        > > Nobody knows?
        > >
        > > ni_no_spam wrote:[color=darkred]
        > >> Hi,
        > >>
        > >> In my recent ASP.NET project I have made the use of NUNIT to test out
        > >> the libraries.
        > >>
        > >> However I would be interested in unit testing the front end (i.e.
        > >> simulating a user browsing the web site, clicking buttons, filling out
        > >> web forms, etc...).
        > >>
        > >> After a bit of Googling, I found NunitAsp
        > >> (http://nunitasp.sourceforge.net/). However this doesn't appear to be
        > >> working with .Net 2.0 (I haven't tried).
        > >>
        > >> Does anybody know what we should use for unit testing web apps in .NET
        > >> 2.0?[/color]
        > >[/color][/color]

        Comment

        • ni_no_spam

          #5
          Re: UNIT TESTING FOR ASP.NET 2.0

          Thank you. I will look into that. Is VSTS an extension of VS? It's
          not free I assume? I would have hoped for open source but if that is
          all there is that will have to do.....


          G./

          Comment

          • Alan Silver

            #6
            Re: UNIT TESTING FOR ASP.NET 2.0

            In article <1151529215.765 013.204180@i40g 2000cwc.googleg roups.com>,
            "aeden.jameson@ gmail.com" <aeden.jameson@ gmail.comwrites
            >Does anyone know of anything out there for asp.net 2.0 that doesn't
            >require one to shell out money for VSTS?
            Don't know if it's quite what you want as I'm not familiar with unit
            testing, but MS has a free tool for stress testing your web site.

            Info about WAS


            Tutorial on using WAS


            Download details


            HTH

            --
            Alan Silver
            (anything added below this line is nothing to do with me)

            Comment

            • Alan Silver

              #7
              Re: UNIT TESTING FOR ASP.NET 2.0

              In article <1151584011.375 183.275270@d56g 2000cwd.googleg roups.com>,
              ni_no_spam <gaetan@gmail.c omwrites
              >Thank you. I will look into that. Is VSTS an extension of VS?
              It's a verion of VS, just like Standard and Professional are versions.
              Team System includes loads of features for team development.
              It's
              >not free I assume?
              You assume correctly ;-) It's anything but free!!
              I would have hoped for open source but if that is
              >all there is that will have to do.....
              Open source, not from MS!!

              Ta ra

              --
              Alan Silver
              (anything added below this line is nothing to do with me)

              Comment

              Working...