Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Squish alternative for Qt [closed]

I'm looking for an app that does something similar to Squish.

I'd like it to be able to test Qt apps, maybe a free/open-source app, maybe with acces to the Qt API and a scripting language like Python for hand written test cases.

like image 791
Paul Avatar asked Jul 07 '11 12:07

Paul


2 Answers

http://gitorious.org/hooq/hooq - A framework for recording and playing back events in Qt4 applications.

also:

https://projects.forum.nokia.com/Testabilitydriver/wiki - TDriver, nokia's Testability Driver for Qt

If you're intent on exposing your UI through Python, you could always use the binding generator from PySide. While it's general intent is to expose Qt under the hood, you could just as easily expose the signal mechanisms for direct twiddling from python. Really thats all the UI testing would be anyway right? Triggering signal/slot impulses programatically.

like image 136
synthesizerpatel Avatar answered Sep 28 '22 04:09

synthesizerpatel


you can use Cobra (winLDTP) http://cobra.codeplex.com/, this framework can handle QT based app

like image 37
user2750932 Avatar answered Sep 28 '22 06:09

user2750932