As today’s Human Machine interfaces are getting more complex and intuitive, it is super important to have a mechanism to do regression testing in an automated fashion to minimise human error and reduce fatigue.
Squish from Qt is one such tool which can do the job. It supports embedded device testing or even desktop application testing.
Squish allows:
1, Record and playback a test script
2, Write a Python script to do the automation using Squish framework
3, Uses Eclipse IDE which most software folks are familiar with.
4, It allows a development kind of interface to developing automated scripts for HMI validation
Happy squishing !