Questions tagged [uispec4j]

UISpec4J is an Open Source functional and unit testing framework for Swing-based Java applications, built on top of the JUnit test harness.

17 questions
0
votes
1 answer

UISpec4J File Chooser Testing

I'm trying to use UISpec4J to test a file chooser. A button is supposed to make the file chooser pop up. I found an example for a file chooser that pops up from a menu option: WindowInterceptor .run(openMenu.triggerClick()) …
CustardBun
  • 3,457
  • 8
  • 39
  • 65
0
votes
1 answer

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 not sure how to return a Trigger object from the…
Bassam
  • 585
  • 1
  • 5
  • 10
1
2