Is there a open source automation tool for Qt app? I'm looking for a automation tool for Qt app, Squish is too expensive
If you're OK with writing your tests in Selenium, you can try qtwebdriver
Related
Is there any other way to do automation testing to a QT QML application or read the elements of QT and control it from an other application without squish or any licensed tools?
If yes, is there an documentations for it or sample project?
It may be duplicate, but an answer will be very helpful.
I have already created Qt based application which uses some third-party open source library like OpenCV, I have looked Windows Dev Center and seems the all the reference is using Visual Studios and other Windows tool. I have created my App using Qt creator. Is it possible to submit such an application on Windows App store?
Any help will be appreciated,
Thanks
Haris
Bad news: Microsoft does not support Win32 apps on AppStore yet (but it has been announced, currently under development as "Project Centennial"). It looks like an "old-school" desktop applications cannot be submitted to the Windows App store.
Good news: Qt has support for WinRT (complete in Qt 5.6 which is currently in Beta and will be released in a few weeks). And qmake can generate a Visual Studio solution from your project (in case you need it for deployment or debugging; VS Community edition is free).
Qt WinRT tutorial: http://doc.qt.io/qt-5/winrt-support.html
OpenCV in WinRT: https://msopentech.com/blog/2014/03/20/easily-build-opencv-powered-apps-for-windows-store/
On the qt-project web-site there're available sources as for porting QML to iOS, Android.
http://qt-project.org/doc/qt-5/portingtoandroid.html
http://qt-project.org/doc/qt-5/porting-to-ios.html
It appears to be easy.
Is it so for Windows Phone as well?
Is it so for any other platform?
Qt Project has a Qt for WinRT tutorial providing a step-by-step process to build applications for Windows 8 based devices. Basically to resume the tutorial :
You need the appropriate windows runtime
You may have to build Qt from source for that runtime library
You develop and compile Qt as you would do for a desktop app
You have an additional step for packaging the application.
Hi i want to know how to make a portable app to run in an autoit gui. what commands/functions to use so when i compile the gui script and the portable app i want the portable app runs in the gui. an example would be great.
thanks
The exe file you create with Autoit can be copied to any win32 system and you will be able to run. If that's what you meant under portable that's the answer.
You can't make android app or anything alike with autoit it is not java it is not cros splatform it is a windows automation tool moreover a programming language in itself but for windows systems only
I am trying to automate the execution of a word count program through selenium ide, which actualy will run on Linux machine.(selenium on windows and wordcount on linux).
is it possible with selenium ide, or any other tool?
we don't know your wordcount application. As far it is a web application which can be accessed via firefox browser you can use the Selenium IDE. If you provide a link to your application I can tell you more about the possibility.