aspose file tools
The moose likes Testing and the fly likes Testing GUI application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Testing GUI application" Watch "Testing GUI application" New topic
Author

Testing GUI application

Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

i want to write the testcase in JUnit to test the GUI application.
in which the actionPerformed() method which takes the ActionEvent how can i create the action Event.


-Chiru
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35428
    
    9
Hello "cafebabe"-

Welcome to JavaRanch.

On your way in you may have missed that we have a policy on screen names here at JavaRanch. Basically, it must consist of a first name, a space, and a last name, and not be obviously fictitious. Since yours does not conform with it, please take a moment to change it, which you can do right here.

As to your question, ActionEvent's constructors are public, so you can just use "new ActionEvent(...)".


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Testing GUI application
 
Similar Threads
About using Class ResourceBundle
servlet
please brief me on the available JAVA GUI frameworks.
networking
JTable of result, Is its items selectable to invoke another page