September 2023
M T W T F S S
« Jul    
 123
45678910
11121314151617
18192021222324
252627282930  

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 […]