Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>What do you think is the best unit testing framework for Swing?</p> </blockquote> <p>Good question. I can't help you with that. I can point you to articles about ui testing I have read from <a href="http://misko.hevery.com/" rel="noreferrer">Misko Hevery's</a> site</p> <h2>Misko Hevery's tips</h2> <ul> <li>I would like to point you out to Google's testing guru Misko Hevery's website. He talks a lot about how to write code that is easy to test.</li> <li>For example When reading his excellent slides <a href="https://docs.google.com/fileview?id=0B7z6S2TvsDWSYWQ1NGEwOTctYTEwOS00ZTUwLWE2Y2QtZjEwMmE2OTQzNjVh&amp;hl=en" rel="noreferrer">"How to Write Hard to Test Code"</a> he points out at slides 45/288 that the cost of fixing rendering bugs is relatively low. I think that he is right about that and that you should not be to concerned with having 100% code coverage off your UI.</li> <li>He also has some good tips to over how to test your <a href="http://misko.hevery.com/2008/07/05/testing-ui-part1/" rel="noreferrer">UI</a>. <blockquote> <p>The important thing is to separate the graphical UI from the control logic and data. This can be achieved with the standard Model View Controller design pattern</p> </blockquote></li> </ul> <h2>ObjectMentor</h2> <p>This is a website about testing.I found this interesting article from Michael Featers explaining <a href="http://blog.objectmentor.com/articles/2010/01/04/ui-test-automation-tools-are-snake-oil" rel="noreferrer">UI Test Automation Tools are Snake Oil</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload