How can I create the Automation Test Software for Qt application?
-
Hi,
is there any way to create test application or any code or script which will test our Qt application, and Generated the report?
Our application is Embedded Application, which is also require some specific hardware to run it.Application contain funcationality:
- Detect the our Device.
- Import export the Csv file,
- Represeting the Data on graph
- Graph has few button to handle
- Run Experiment and show real time data on graph, and write to csv file.
Many other things is also avavaible.
I am not getting any clear idea like.
How can I create test Case without hardware?
How can I verify the plotted data on graph is correct or not?
How can I verify Data is ploted at correct place?
how can generate the events which is usally perform by the User. Like start, stop, resume, changing screen, etc..Anyone please give me direction?
-
Hi and welcome to devnet,
The QtTest module is a starting point.
Squish might also be of interest.
Some visual check might require a human being.
As for absent hardware, if you have created your application architecture in a suitable way you should be able to use a Mock software component to replace your hardware in tests.