I've upgraded to 0.12 and switched to using UIspecTestCase.setAdapter(). And I'm still getting this issue. Is there way to turn on debugging for uispec4j? ... ...
Hi "davout_1805", ... No, there is no debugging mode for UISpec4J. What kind of information would you like to have? ... Then how do you display your...
... code I ... oops. Actually I make a call to setVisible(true) on a subclass of JFrame. I now see that setVisible() is a replacement for the deprecated show....
I'm using the Spring framework to wire up my controllers/views/models via a Spring Application Context. I wonder if the way I'm doing that is causing a...
Hi Nascif, ... We have had the same problem today, we can now investigate the issue in our own environment. I will come back to you as soon as we have a fix. ...
Hi Regis, Great new (in a odd kind of way! :-) I will hold on to the latest version and then and wait for the one with a fix for this problem. BTW, I had...
Just to reinforce the idea... I am writing tests that use a UI framework I do not control, and a lot of the components don't have the "name" property set. So...
Just for completeness, replacing okButton.click(); With MessageBoxInterceptor .init(okButton.triggerClick()) .select(MessageBoxInterceptor.YES); In my example...
Hi, UISpec4J 0.13 is now available - this is a maintenance delivery, since it only contains a bugfix. You will find the change log for this release here: ...
Hi Nacif, I agree with you: UISpec should definitely provide the user with a mean to know the component search strategy and even to customize it! I suggest we...
Hi Pascal, ________________________________ From: uispec4j@yahoogroups.com [mailto:uispec4j@yahoogroups.com] On Behalf Of Pascal Sent: Thursday, September 08,...
Hi Nascif and Pascal, ... Unit testing is what most of our users will probably do right now, but our ultimate goal with this project is rather acceptance...
Hi all, ... I think non-developers would rather use a more high-level tool, like the capture/replay tools out there. To use UISpec4J one has to know Java, an...
Nascif, ... You're right, "non-developer" is probably a little too much. Let's say a tester or a basic script-level developer instead of a full-fledged ...
Hi Regis and Nacif, I aknowledge that the regexp ComponentMatcher has been introduced too early and that the default search mechanism should then stop using...
Hi all, I am writing tests for a component developed by another group, which uses a Jbutton with *no* text, just an icon. I ended up writing the following code...
Hi Nascif, ... Thanks for your example. We are going to do something about the search mechanism in the next few weeks, and your example is a valuable input. ...
Hi Regis, ... Hmm, good question. I think it could be an extra argument to the getXYZ methods, since I doubt they would be generic. Usually you just need a...
Hi, I am working on issue https://uispec4j.dev.java.net/issues/show_bug.cgi?id=44: JComboBox components are mostly used to display text as JLabel or...
Hi Pascal, ... That sounds strange at first, but why not... I do agree that a ComboBox is a kind of text component. ... I do. ... That would be for the text...
Hi Régis, ... The more I am thinking about it, the more puzzled I feel, because the managed items are of type Object, not String... My understanding is that...
Hi, In a former thread, Nascif and Regis pointed out that the Panel API could be enhanced, since users have no way to customize a criterion for finding ...
Hi Nascif, I confirm you are a greedy person ;o) Unfortunately two more problems are in the way now: 1/ 'get' against 'find' methods In our convention, when no...