java - Should GUI tests run with the default look and feel? -


i'm working on application has custom , feel. gui testing, using fest-swing. currently, gui tests running default java , feel. because of this, tests failing, should consider bug in gui, or test using custom , feel?

later edit:

thank andrew tompson quick answer. issue think still remains, because of way flow layout works. here's mockup of happens:

enter image description here

the standard laf uses bigger font 1 using, , causes 1 of buttons out of layout. , can't use pack(), since there's size requirement container. if didn't call frame.pack() in example, think have same issue.

some buttons big , don't rendered in window .. should consider bug in gui ..

yes. seems though current gui fragile. see nested layout example gui works in any plaf.


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 -