Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
60 views

java.lang.UnsatisfiedLinkError when running uispec4j test case

I am getting the above error message (java.lang.UnsatisfiedLinkError) when running UISpec test case in Eclipse as well as IntelliJ. I have sun/oracle JDK 1.7 installed. The full report of the error ...
0
votes
1answer
158 views

Manually Dispatching a DocumentEvent for testing UI element validation code

I'm testing a Swing GUI application using the UISpec4J testing framework. I'm testing validation code on a JTextField, but the framework does not support focus-change events, as it runs the ...
0
votes
1answer
221 views

UISpec4J: Returning a Trigger from a Combobox selection?

This question is for the UISpec4J testing framework, for testing Java GUIs... I'm trying to test an error message pop-up window (modal) that results from making a selection from a ComboBox, but I'm ...