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:
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
Post a Comment