I'm guessing you are looking for something free, but QTP does a pretty good job and has adapters for lots of different environments. If you fail to find a free option, you could look into it. I have used it before when doing performance testing on a Java Swing application. It works which is about all I can tell you. The down side is that you code VB in the tests which is a different skill set entirely.
I am not sure Selenium record will ever get fixed for IE. On Tue, Sep 15, 2009 at 1:11 PM, Ruben Reusser <[email protected]> wrote: > I tried that, but the app does not work at all in FF so I can not record > and have to write everything by hand unless I missed something in Selenium > to record in IE. > > Ruben > > On Tue, Sep 15, 2009 at 10:08 AM, Robert Casto <[email protected]>wrote: > >> You can make Selenium work for IE but it requires more effort. It is 100% >> Javascript and you just have to work harder to make it play nice. >> >> >> On Tue, Sep 15, 2009 at 1:00 PM, Ruben Reusser <[email protected]> wrote: >> >>> Hi, >>> >>> we have to build a test suite that tests an existing web application - >>> the application only runs in IE and I was wondering if any of you have a >>> suggestion what test framework to use. >>> >>> Thanks >>> >>> Ruben >>> >>> >>> >> >> >> -- >> Robert Casto >> www.robertcasto.com >> >> >> > > > -- Robert Casto www.robertcasto.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
