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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 581 - 610 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
581
Hi, Panel as the following import: import junit.framework.AssertionFailedError; Which is used in 'containsLabel' method, it throws an AssertionFailedError if...
Laurent
laurent+uispec4j@...
Send Email
Sep 12, 2009
11:08 pm
582
Hi Laurent, This is a very good point. Thank you for letting us know! It seems to be the only place where we we can observe this dependency issue. We're...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Sep 13, 2009
9:56 pm
583
Hi Everybody, Just new at working with UISpec4j, and come up with something pretty quickly that I can't find in the docs. I just want to check that when I...
Steve Mosley
steven.mosley1@...
Send Email
Sep 16, 2009
5:54 am
584
HI: We have been using UISpec4J for a while and i believe it's stable enough to support large Swing project test. but it's invisible execution might be a minor...
Shelley
shelleyguo80
Offline Send Email
Sep 27, 2009
3:32 pm
585
Hey, I have code that uses the Java Runnable class to launch a bat file, which then starts another Java application, which I want to intercept. Is there a way...
dzilch6
Offline Send Email
Sep 27, 2009
3:35 pm
586
Hi Steve, This is indeed weird. I'm going to try on my side in the coming days, and let you know about any progress. Cheers, - Pascal...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Sep 27, 2009
3:44 pm
587
Hi Shelley, There is no plan yet to make this improvement. As a matter of fact, I think it might prove difficult to go in that direction: UISpec4J replaces the...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Sep 27, 2009
4:12 pm
588
Hi, I understand your need, but can't imagine of a way to make this work: when your test classes get loaded, a call to 'UISpec4J.init()' sets up the runtime...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Sep 27, 2009
4:23 pm
589
Hello, I am new to UISpec4j and I'd like to ask two questions: 1) The application I am testing has a rather complicated login sequence. Sometimes, one modal...
pamarko
Offline Send Email
Oct 8, 2009
2:24 pm
590
Currently, in UISpec4J 1.5, there appears to be an error in the constructor. In the block: if (!model.getClass().isAssignableFrom(SpinnerDateModel.class)) { ...
jvanhill2
Offline Send Email
Oct 8, 2009
2:24 pm
591
Hi, Thank you very much for bringing this to our attention. Indeed, this validation code was erroneous. We will make a fix delivery to the 1.5 version...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 8, 2009
5:02 pm
592
Hi, Thank you for your interest in UISpec4J. I will try to answer your 2 questions the best I can. 1/ Your test appears to be non-deterministic, due to an...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 8, 2009
11:48 pm
593
Hello, 1/ yes, the test would be non-deterministic in its setup routine (for parts of the application which don't depend on the network connection). Of course...
pamarko
Offline Send Email
Oct 10, 2009
12:18 pm
594
Hi: during the test i need to click a JComboBox and choose one value. the combobox is in a JTable cell, code as below: Component c =...
Shelley
shelleyguo80
Offline Send Email
Oct 12, 2009
9:26 pm
595
I have solve this problem. this is because we customized JTable, and rewrite the setValueAt() method. it's OK now:)...
Shelley
shelleyguo80
Offline Send Email
Oct 14, 2009
9:51 pm
596
Hi, I think UISpec4J will work on JMenuBars. But in my application I am having a MenuBar. When I am retrieving through the panel, I am getting a null. Could...
sanjeev_nitw24
Offline Send Email
Oct 14, 2009
9:51 pm
597
problem solved, caused by my customed JTable....
Shelley
shelleyguo80
Offline Send Email
Oct 14, 2009
9:51 pm
598
How can I get started writing code to test a java application that's distributed as an "exe" without knowing where the underlying "main" exists? The app is...
Plenty Groover Jr.
groov1n
Online Now Send Email
Oct 17, 2009
12:31 pm
599
Hi, Indeed, UISpec4J provides component wrappers for the main Swing classes, and a limited subset of AWT classes. We haven't focused our developments on AWT...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 17, 2009
4:09 pm
600
Hi, The UISpec4J tests and the tested application have to run on the same JVM. You need an access to the main class (either directly through the class files,...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 18, 2009
7:36 pm
601
Ah yes, one last thing: the application was created with Eclipse... ask first whether it was built upon SWT or Swing (UISpec4J is adapted only for the latter...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 18, 2009
7:39 pm
602
Thanks for the info, I'll give it all a shot and keep my fingers crossed. I have been able to bring the app up since my original message, but it's "not quite...
Plenty Groover Jr.
groov1n
Online Now Send Email
Oct 19, 2009
8:33 pm
603
Java beginner here, how do I start it in the same JVM??...
Plenty Groover Jr.
groov1n
Online Now Send Email
Oct 19, 2009
8:34 pm
604
Hi, I'm trying to check the color of an individual item in a ListBox. We have a list of items with checkboxes, which change color when checked. I can see that...
bassamislam78
Offline Send Email
Oct 19, 2009
9:10 pm
605
Hi, Basically, if you refer to the main class of your app in the UISpecAdapter, everything will run on the same JVM. On the other hand, if you run a separate...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 19, 2009
9:28 pm
606
Thanks for the answer as that is what I thought the end result would be since it is an executable and not a jar. Awaiting further info from the developers......
Plenty Groover Jr.
groov1n
Online Now Send Email
Oct 20, 2009
6:14 pm
607
I've gotten a little further with information concerning the application: it's an Eclipse RCP application built on the OSGI/Equinox framework. I have been able...
Plenty Groover Jr.
groov1n
Online Now Send Email
Oct 21, 2009
9:35 pm
608
Hi Bassam, Thanks for your feedback. This is indeed a missing feature in the current version, but that will be present in the next (soon to come). Meanwhile,...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 24, 2009
10:20 am
609
Hi, UISpec4J does not display windows and frames on the screen: the tests run more quickly, and honestly, no tester is able check that a display is correct...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 24, 2009
10:49 am
610
Dear UISpec4J users, We are happy to announce the release of UISpec4J 2.1: http://www.uispec4j.org The most remarkable evolutions over UISpec4J 2.0 are the...
Pascal PRATMARTY
pratmartyp
Offline Send Email
Oct 31, 2009
7:44 pm
Messages 581 - 610 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