Hi, Currently, I am evaluating your test suite for gui testing in a headless environment. I am facing problems, if I use a combobox and use a trigger for ...
Hi, I am facing problems, if I use a combobox and use a trigger for ... Maybe my question is stupid, but do you really need to set the java.awt.headless...
... That's the exception: kCGErrorRangeCheck : Window Server communications from outside of session allowed for root and console user only Exception in thread...
... UISpec4J tests do run without any UI being shown, without any need for tinkering with the java.awt.headless property. Is it possible for you to try running...
... for ... you to try ... Theoretically yes... but then I get the exception shown in my last message. I have to try to work around that exception by trying to...
Hi, Found out an interesting thing about caret updates after setting text in a text field: What I wanted to was testing a component that comes with a built-in...
Hi Patrick, ... Thanks for the tip ! Cheers, Régis. Hi Patrick, Here is a way how to make the caret being updated: [...] Thanks for the tip ! Cheers, Régis....
... No problem :) While testing around with UISpec4J I ran (again) into a problem. Imagine you have a TextBox and it is populated with a text already. When I...
Hello Patrick, In general, how is UISpec4J supposed to handle painting of ... Yes, you'd better not rely too much on UISpec4J painting - all this stuff is ...
Hi Patrick, I have written an answer without realizing that Regis did already respond to you :o( I am thus also giving it to you, just in case you find...
... Well that would be really great! Will the next release still be compatible with java 1.4? Or, if not, do you plan to maintain support for the 1.4 based...
... What we ... download, ... Java 1.4 out ... Er.... yes :) Just saw this message, after I have already posted one about caret update where I asked about...
Hello Patrick, Will the next release still be compatible with java 1.4? No, our plan is to release a 2.0 version which will be Java 5-specific. Or, if not,do...
Hi there, After having played around with it for some time now, I want to provide you some feedback. About the API, I found it a bit inconvenient when writing...
... switch to ... Maybe not in near future, but some day, yes... so currently I am stuck and bound to 1.4 ... that we can ... releases will ... I am currently...
... Of course. Please do not hesitate to tell us what you added or changed. Cheers, Régis. Maybe we could discuss some of the changes and if you find them...
Hello Patrick, About the API, I found it a bit inconvenient when writing test cases ... Don't you want to make sure that the popup content is valid? Do you...
Hi there, I'm just coming back from the Valtech Days, two days of conferences about Agility, Architecture and industrialization... Any way, I've been to a...
Hello Etienne, ... I'm no expert, but I would say that a DSL relates to a functional/business domain rather than a technical one. Did you know DSL before and...
... Apparently, according to Sadek Drobi the speaker at the Valtech Days, it could be of both kind. He gave us Rails as an example of DSL. I've just found a...
Hello, i have a simple question for you i want to know if i can use uispec4j ,for load testing an app i have a swing client,ejb in the back-end and i want to...
Hi Alex, We haven't tried to load test our applications with UISpec, but I can't see any reason why it could not be done. I don't know JUnitPerf. From what I...
Hello Alex, First, I'm really sorry for replying so late. I just received today the moderation email from yahoogroups, and I saw that you posted your message ...
Hello, thanks for the quick response ;) it seems that in the time i was waiting for the message to go through, i had a java update ,it went from java 1.5.06(or...
Hello Alex, it seems that in the time i was waiting for the message to go through, ... It seems that the Java guys changed the APIs of the Swing toolkit...
Hello again, sorry for the late answer i just had to test some more,but did not manage to come up with a reason why uispec4j doesn't do good with concurrent...
Hi Alex, Thank you for providing this example. It indeed appears that UISpec4J would require some work to be able to run concurrently several test scenarios : ...
Hello. I add an MouseListener to my JTable instance in my application. After there I use the UISpec4J to test the application. I get the Table wrapper...
Hi Oleg, ... Thank you for noticing that flaw. We are investigating this, and are willing to integrate the fix in the next release of UISpec4J, planned for...
Hi, A new release of UISpec4J is available. You will find a summary of changes in the following page: http://www.uispec4j.org/changes-report.html Please do not...