- Graphical creation of web application tests
- Verification of HTML documents
- Verification of PDF documents
- Verification of XML documents
- Parameterization
- Reusable libraries
- Huge tests (100,000 steps) possible
- testing of multiple browser windows and frames
- use of external browsers
- Console mode
- Project files in xml format
- Integrated html tree parsing
- Log and report generation
- Extensible with Java
- Freeware
- Easy to use :-)
-
Yawet, a user friendly web test application, released as freeware (7 messages)
- Posted by: Patrick Hippenmeyer
- Posted on: November 16 2006 09:56 EST
Yawet is a new web test tool, which allows you to conveniently create, run and debug functional and regression tests for web applications. It offers the following features:Threaded Messages (7)
- HTTPS Too? by zippy doodah on November 16 2006 16:49 EST
- Command line by David Dossot on November 17 2006 03:54 EST
- Re: HTTPS Too? by Patrick Hippenmeyer on November 17 2006 07:03 EST
- Re: Yawet, a user friendly web test application, released as fre by Bo van Weert on November 17 2006 10:08 EST
- None of these tools work for me *SOB* by John Lindwall on November 17 2006 19:14 EST
- Re: None of these tools work for me *SOB* by Patrick Hippenmeyer on November 18 2006 08:01 EST
- Thanks for the repy by John Lindwall on November 20 2006 11:53 EST
- Re: None of these tools work for me *SOB* by Patrick Hippenmeyer on November 18 2006 08:01 EST
-
HTTPS Too?[ Go to top ]
- Posted by: zippy doodah
- Posted on: November 16 2006 16:49 EST
- in response to Patrick Hippenmeyer
Does this test tool support HTTPS? -
Command line[ Go to top ]
- Posted by: David Dossot
- Posted on: November 17 2006 03:54 EST
- in response to zippy doodah
They have a command line mode so it seems possible to integrate it into a Maven/Ant build. Interesting. How does it compare to Canoo or Fitnesse? Does anyone have feedback on this? -
Re: HTTPS Too?[ Go to top ]
- Posted by: Patrick Hippenmeyer
- Posted on: November 17 2006 07:03 EST
- in response to zippy doodah
Yes it does without further configuration as long as you don't wont to use specific client or server certificates. Otherwise you need to check "Authenticate Server" on the web client tab and configure JSSE, which can be quite a hassle. -
Re: Yawet, a user friendly web test application, released as fre[ Go to top ]
- Posted by: Bo van Weert
- Posted on: November 17 2006 10:08 EST
- in response to Patrick Hippenmeyer
I've taken a quick look and it looks great! It looks very flexible and well thought. Congratulations! Cheers, Bo -
None of these tools work for me *SOB*[ Go to top ]
- Posted by: John Lindwall
- Posted on: November 17 2006 19:14 EST
- in response to Patrick Hippenmeyer
I've looked at several of the new breed of webapp testing tools like sahi and selenium. None of them work properly with our web application. We use frames heavily. We also have some really ugly probably non-conforming HTML which I think confuses these tools. I played with Yawet a bit but had a similar experience. I could use it to login to our application. Then I try to simulate clicking a link (contained in a "menu bar" in a frame down the left side of the page) and Yawet is unable to resolve the link. I know I'm not giving enough detail here for anyone to help. I just felt like moaning -- not about Yawet which looks great but about the boat I sit in. I'm assuming my problems are our own fault. I just wanted to post this as an admonition to everyone to keep your html clean and standard! -
Re: None of these tools work for me *SOB*[ Go to top ]
- Posted by: Patrick Hippenmeyer
- Posted on: November 18 2006 08:01 EST
- in response to John Lindwall
Yawet is supposed to work with frames. If it has a problem to find a tag inside a frame, why not send enough information, that we can fix the error for the next version? But if the HTML is too ugly to be read in by the parser then we can't help neither. -
Thanks for the repy[ Go to top ]
- Posted by: John Lindwall
- Posted on: November 20 2006 11:53 EST
- in response to Patrick Hippenmeyer
Thanks for the reply. I will post more details on your forum and see if this problem cannot be resolved.