James Cheesman Fri, 30 Apr 2004 09:09:43 +0200 ... You're wrong: separation (e.g. MVC) is at best part of the solution. It is better to *actually* test, i.e....
... Thomas Can I please respectfully ask that you would: 1. Stop looking for debate or argument where there is none. I do not recall specifically disagreeing...
I'm using e-tester to create scripts for a Java web application. The application just changed the whole interface and because of this, all the acceptance and...
Maria Elisa Sanchez Tue, 04 May 2004 21:01:17 -0000 ... This is a "blackbox" or record/play-style tool, correct? ... Short answer: I don't. Long answer: AFAIK...
Maria, If you want to avoid the UI changes the only one solution is to by-pass the GUI :)... so to use a scripting/programming language to test your ...
Maria Elisa Sanchez Tue, 04 May 2004 21:01:17 -0000 ... Alternate answer: This brittleness is a well known problem with capture-replay test automation tools,...
Hi All, I'm using Robotj for my functional testing of Web application. IE 6.0 is the default browser. I'm using a framework, so i just record objects and...
Nick Hughes Thu, 06 May 2004 09:40:47 +0100 ... Depending on what you mean by "process flow," my response is either * Certainly in Abbot one can instrument...
RobotJ (aka XDE Tester) offers many more options. You can modify your recognition properties in the object map, I tend to set the weight for the url to zero....
David, Thanks for putting that up. We've looked into a few of the Swing/AWT testing platforms you listed, and currently finding that Abbot works pretty well...
Michael, what type of random failure you see on slow Linux box? Gui testing as not robust as we want it to be, so sometimes those failures could show you a...
... There are places for both types of testing. Record/playback is certainly not the silver bullet many hope for. ... The failures may not be as random as...
Hi all, I know my question is very basic, but i need to find answer for this: we have set of IDE's and source code provided by client for our side testing (as...
(perhaps more appropriately asked on abbot-users@..., but I'll answer generally here) One of the most appropriate forms of GUI testing is doing what...
Dennis and Timothy, Thanks for your advice! Lately we're seeing the "random" failures on the 2GHz Windows XP workstations as well as the 700MHz Linux server....
Hi everyone, I am trying to write test scripts for an application containing an active list bar similar to the one on the left side of microsoft outlook...
Hi, I want to do automated testing of JSPs that do not use any Tag libraries. Can I use HttpUnit to test the standard JSP pages ? Are there any more options...
Vishal, Yes, HttpUnit is a good tool for testing JSPs. There's probably another group more appropriate for further discussion, since this one is intended for...
Hi, All I am trying to use Abbot tool to test GUI classes written for Matlab. (Matlab uses old version JVM 1.3.2). After I launch Costello and start 'Capture',...
hi all, How to Test the Website Developed in JSP (GUI & Functional Testing). How to prepare a Best TestCase??and What are the Testing Tools that I follow to...
vnl shashikanth Thu, 27 May 2004 04:28:44 +0100 (BST) ... Sorry, wrong list. Note that a JSP is not a Java GUI: it's an HTML GUI *generated by* Java. By...