Search the web
Sign In
New User? Sign Up
uispec4j
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 517 - 546 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
517
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jul 1, 2009
10:51 pm
518
Hi Laurent, On the contributing page ( http://www.uispec4j.org/contributing ) the link ... Thanks again. Our Web site apparently lacks the protection of...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jul 2, 2009
1:29 am
519
Anyone who can help me with this? many thanks -Shelley...
shelleyguo80
Offline Send Email
Jul 2, 2009
6:10 am
520
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...
Regis Medina
regis_medina
Offline Send Email
Jul 2, 2009
6:14 am
521
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....
kleinroland
Offline Send Email
Jul 2, 2009
6:32 pm
522
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....
kleinroland
Offline Send Email
Jul 2, 2009
6:33 pm
523
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@...
Send Email
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: ... ...
shelleyguo80
Offline Send Email
Jul 2, 2009
6:33 pm
525
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...
Regis Medina
regis_medina
Offline Send Email
Jul 2, 2009
7:30 pm
526
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jul 2, 2009
9:27 pm
527
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jul 2, 2009
9:46 pm
528
problem solved, thanks a lot:)...
shelleyguo80
Offline Send Email
Jul 5, 2009
2:36 pm
529
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:...
lads_vasu
Offline Send Email
Jul 5, 2009
2:37 pm
530
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@...
Send Email
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...
Bassam Islam
bassamislam78
Offline Send Email
Jul 11, 2009
12:13 pm
532
Hi Laurent, The general component searching strategy (displayed name, then inner name) today applies from the Panel interface only. The backup strategy (the...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jul 11, 2009
4:19 pm
533
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@...
Send Email
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...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jul 11, 2009
10:23 pm
535
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...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Jul 12, 2009
1:14 pm
536
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@...
Send Email
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...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Jul 12, 2009
5:45 pm
538
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@...
Send Email
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...
Bassam Islam
bassamislam78
Offline Send Email
Jul 14, 2009
8:23 am
540
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@...
Send Email
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...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Jul 14, 2009
10:17 am
542
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'...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Jul 14, 2009
11:03 am
543
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@...
Send Email
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...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Jul 21, 2009
7:02 pm
545
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...
Bassam Islam
bassamislam78
Offline Send Email
Jul 28, 2009
9:08 am
546
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...
allstarenterprises1
allstarenter...
Offline Send Email
Jul 28, 2009
9:09 am
Messages 517 - 546 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help