aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_APTW/tst_APTW02/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_APTW/tst_APTW02/test.py')
-rw-r--r--tests/system/suite_APTW/tst_APTW02/test.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/system/suite_APTW/tst_APTW02/test.py b/tests/system/suite_APTW/tst_APTW02/test.py
new file mode 100644
index 0000000000..d9711ba590
--- /dev/null
+++ b/tests/system/suite_APTW/tst_APTW02/test.py
@@ -0,0 +1,14 @@
+source("../../shared/qtcreator.py")
+source("../../shared/suites_qtta.py")
+source("../shared/aptw.py")
+
+# test New Qt Quick Application build and run for release and debug option
+def main():
+ startApplication("qtcreator" + SettingsPath)
+ createNewQtQuickApplication(tempDir(), "SampleApp")
+ waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)")
+ # pick version 4.7.4 and then run project for debug and release and verify results
+ pickVersion474runVerify()
+ #close Qt creator
+ invokeMenuItem("File", "Exit")
+#no cleanup needed