Files
qt-creator/tests/system/suite_APTW/tst_APTW01/test.py
Jan Kerekes 20afae749d Squish: Added new test cases/suite for project templates
initial commit

Change-Id: I0000bc8d3d0304ac37b135ea7b9c893b1054c958
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
2012-05-31 13:22:37 +02:00

14 lines
479 B
Python

source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
source("../shared/aptw.py")
# test New Qt Gui Application build and run for release and debug option
def main():
startApplication("qtcreator" + SettingsPath)
createProject_Qt_GUI(tempDir(), "SampleApp")
# 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