Testing web applications

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Achim Domma (Procoders)

    #1

    Testing web applications

    Hi,

    I'm looking for frameworks to make testing web applications - i.e.
    parsing and filling out forms - easier. I found Puffin, which looks good
    but not very usable in the current state. I know that I once read about
    other nice frameworks, but could not find one via google. Any hints?

    regards,
    Achim
  • Josef Meile

    #2
    Re: Testing web applications

    Hi Achim,
    [color=blue]
    > I'm looking for frameworks to make testing web applications - i.e.
    > parsing and filling out forms - easier. I found Puffin, which looks good
    > but not very usable in the current state. I know that I once read about
    > other nice frameworks, but could not find one via google. Any hints?[/color]
    Zope + Formulator is a nice combination to validating and designing
    forms and add some functionality. If you want a more complicated content
    management framework, then you can additionally install plain CMF or
    Plone, which is based on CMF. There is also something called Silva, but
    it doesn't have many products as the other two; however, it is also
    nice.

    I have heard also about CherryPy, Quixote, Twisted Matrix and Webware,
    but I haven't tested them. Once I saw that somebody posted a link, which
    compares some of them, but I lost that thread :-(

    Regards,
    Josef

    Comment

    • Josef Meile

      #3
      Re: Testing web applications

      > Zope + Formulator is a nice combination to validating and designing[color=blue]
      > forms and add some functionality. If you want a more complicated content
      > management framework, then you can additionally install plain CMF or
      > Plone, which is based on CMF. There is also something called Silva, but
      > it doesn't have many products as the other two; however, it is also
      > nice.
      >
      > I have heard also about CherryPy, Quixote, Twisted Matrix and Webware,
      > but I haven't tested them. Once I saw that somebody posted a link, which
      > compares some of them, but I lost that thread :-([/color]
      I found it:
      Compare Content Management Systems side by side. Find the right CMS for your project.

      Comment

      • news.sydney.pipenetworks.com

        #4
        Re: Testing web applications

        Achim Domma (Procoders) wrote:[color=blue]
        > Hi,
        >
        > I'm looking for frameworks to make testing web applications - i.e.
        > parsing and filling out forms - easier. I found Puffin, which looks good
        > but not very usable in the current state. I know that I once read about
        > other nice frameworks, but could not find one via google. Any hints?
        >
        > regards,
        > Achim[/color]

        I've used Jython and a java package called httpunit to great effect. It
        even supports javascript on your pages.

        Huy

        Comment

        • Achim Domma (Procoders)

          #5
          Re: Testing web applications

          news.sydney.pip enetworks.com wrote:
          [color=blue]
          > I've used Jython and a java package called httpunit to great effect. It
          > even supports javascript on your pages.[/color]

          Thanks, that is the option I'm currentyl testing. Works great so far!

          regards,
          Achim

          Comment

          • Grig Gheorghiu

            #6
            Re: Testing web applications

            The Jython / HttpUnit combination worked well for me too. There's also
            maxq (http://maxq.tigris.org/), which looks promising, but I haven't
            used it yet.

            Grig

            ====


            Comment

            • John J. Lee

              #7
              Re: Testing web applications

              Josef Meile <jmeile@hotmail .com> writes:[color=blue][color=green]
              > > I'm looking for frameworks to make testing web applications -
              > > i.e. parsing and filling out forms - easier. I found Puffin, which
              > > looks good but not very usable in the current state. I know that I
              > > once read about other nice frameworks, but could not find one via
              > > google. Any hints?[/color]
              > Zope + Formulator is a nice combination to validating and designing
              > forms and add some functionality. If you want a more complicated content
              > management framework, then you can additionally install plain CMF or
              > Plone, which is based on CMF. There is also something called Silva, but
              > it doesn't have many products as the other two; however, it is also
              > nice.
              >
              > I have heard also about CherryPy, Quixote, Twisted Matrix and Webware,
              > but I haven't tested them. Once I saw that somebody posted a link, which
              > compares some of them, but I lost that thread :-([/color]

              Did you read the question?

              :-)


              John

              Comment

              • richard

                #8
                Re: Testing web applications

                John J. Lee wrote:[color=blue][color=green][color=darkred]
                >> > I'm looking for frameworks to make testing web applications -[/color][/color]
                >
                > Did you read the question?[/color]

                To answer the original question, which I did not see when first posted:




                Richard

                Comment

                Working...