Chapter 3: Simulating GUI Events▲
<Unknown command>contentspage{Qt Test Tutorial}{Contents}
Qt Test features some mechanisms to test graphical user interfaces. Instead of simulating native window system events, Qt Test sends internal Qt events. That means there are no side-effects on the machine the tests are running on.
In this chapter we will see how to write a simple GUI test.