test framework - User scenario testing for Java Applications on PC -


i'm looking testing-framework java gui applications. android know robotium , cool if there similar java pc applications.

example testcase:
1. right click on treeview
2. click on menuitem "expand all"
3. check if tree has been expanded , there new item visible maybe "ram" text.

i searched java test frameworks didn't found robotium.

what using test java guis?

you have severel options

  • fest - compatible testng , junit, framework written use specially swing testing it's fast, in can take screenshots after failures, determine cause of failure , other features. defintely give 1 tyr
  • marathon - looks cool too, has handful of features unfortunately has paid license
  • sikuli - image-based testing framework, allows write test scripts in java
  • cucumber - can write tests in plain english, looks interesting, give 1 shot
  • and others...

as can see, there many frameworks, best go through examples , basic tutorials , grab fits most.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -