QtLibrary Reference

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

The Qt-Library implements an interface to Qt-based applications under test. The library supports testing of multiple Qt-applications at the same time, which might run on different hosts. This is useful when testing interaction between different applications.

The Library contains blocks to interact with the Qt-application to

- set and get properties of an object
- simulating events
- getting screen shots of visual objects
- run Qt-scripts within the application

There exists an additional hierarchical Qt-object Browser, which offers access to all objects and properties within the Qt-application. The browser allows you to test some actions on objects before adding test sequence to the testcase.

Back to Online Documentation.