Hi Bassam, To attain code compacity in your tests, UISpec4j provides 'triggerxxx()' utility methods on a few components only (we have tried to select a handful...
Hi Laurent, On the contributing page ( http://www.uispec4j.org/contributing ) the link ... Thanks again. Our Web site apparently lacks the protection of...
Hi Shelley, JInternalFrame is not really a window, it's only a component meant to be managed by a JDesktopPane class. That's probably why the WindowInterceptor...
Hi, there are two other ways to deploy artifacts to the central repo: 1.) Sonatype, a company founded by Jason van Zyl, offers a service to deploy artifacts....
Hi, if i could interfere, as i understand the codehaus deploy procedure the artifacts should have been visible in the meantime, at least, in the codehaus repo....
On Thu, 2 Jul 2009 00:31:49 +0200, Pascal Pratmarty ... will ... Maven ... I never have to publish a project on official maven servers. Anyway I have a comment...
Laurent
laurent+uispec4j@...
Jul 2, 2009 6:33 pm
524
... Hello Régis, thanks for your reply, you said JInternalFrame is not really a window, but from the code in Window class, one of its constructors is: ... ...
Hi Shelley, ... Yes, in the UISpec4J world a JInternalFrame is wrapped in a "Window" object. We did that because from a user's perspective a JInternalFrame...
Hi Roland, Thanks a lot for your help. The 2 options you have provided look very promising! I will look at it more closely soon. I have actually filled two...
Hi Laurent, The 'classifier' information definitely looks like one way to go... but is it really the only one? I'm not so sure. In our pom, we use another...
Hi All, Can any one tried running uispec4j on Unix (Solaris) while we are trying we are getting sun.awt.motif.MToolkit.init(Ljava/lang/String;)V FreeFontPath:...
Hi, I'm using a MenuBar in my project and it looks like when I'm doing the following: getMainWindow().getMenuBar().getMenu("menuName") the "menuName" string...
Laurent
laurent+uispec4j@...
Jul 11, 2009 12:13 pm
531
Hi, I would like to have code that runs before and after a set of tests (as opposed to before and after each test). I believe I can normally do this with the...
Hi Laurent, The general component searching strategy (displayed name, then inner name) today applies from the Panel interface only. The backup strategy (the...
On Sat, 11 Jul 2009 18:18:49 +0200, Pascal Pratmarty ... name) ... searching for an ... Interesting, in my tests I mainly use the inner name instead of...
Laurent
laurent+uispec4j@...
Jul 11, 2009 6:51 pm
534
Hi Bassam, Thank you for raising that point. I can understand you prefer not to launch the application for every test case, and UISpec4J might not be well...
Hi Laurent, Thanks for these explanations ; I get your point now. We encountered the same issue in one of my past projects, and simply forced the locale to...
On Sun, 12 Jul 2009 15:12:41 +0200, Pascal PRATMARTY ... So, how do you do when you want to enter some text in a text field? The text field is empty, how do...
Laurent
laurent+uispec4j@...
Jul 12, 2009 4:54 pm
537
Hi Laurent, ... displayed text is of no ... In other words, I do use Component.setName() in the production code to help my tests when I find it necessary, like...
On Sun, 12 Jul 2009 19:44:22 +0200, Pascal PRATMARTY ... Yes, I changed a bit a test to have a look, and in fact it's clearer and looks closer to what the user...
Laurent
laurent+uispec4j@...
Jul 14, 2009 8:23 am
539
Hi, Thank you so much for the help you've given me. You've been very responsive and helpful. [:)] Apologies if this question is simple, but how do I check the...
Hi, In my application I have a window with no functional button to close it, I'm relying on the closing button provided by the window manager. When the user...
Laurent
laurent+uispec4j@...
Jul 14, 2009 8:24 am
541
Hi Bassam, As you certainly already know, all UISpec4J component wrappers offer a means to check their associated tooltips. Now, we didn't anticipated the fact...
Hi Laurent, Thanks a lot, this is a very interesting suggestion. There is indeed a call for improvement here. However, I don't feel good about adding a 'close'...
Hi all, Some of you may know the Jide library (www.jidesoft.com), it's a library of swing components. One of their component is called ...
Ludovic Viegas
pigelvy@...
Jul 17, 2009 2:13 pm
544
Hi Ludovic, This is quite surprising. I have been using table.getHeader.click(colIndex) for years, and it perfectly does the job... As a matter of fact, we...
Hi, Are there plans to include a TextBox.htmlContains(String html) method? I'm aware that a TextBox.htmlEquals(String html) method exists, but I only need to...
I'm having an error similar to the "Test closes before grabbing application window" post. Scripts can be run in my program. Steps to run a script: Click Run...