February 2015
M T W T F S S
« Jan   Sep »
 1
2345678
9101112131415
16171819202122
232425262728  

Categories

Archives

Archives

Designing a GUI for Automated Testing

The Problem and Its Solutions

If we were living in a perfect world, the business logic would be separated from the presentation layer. Since Rave sits atop a rich GUI, where event handlers can execute arbitrary code, there exists a strong temptation to put business logic in the presentation layer. The fact that we code […]