Qt Creator ManualTests iOS: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
= Qt Creator Manual Tests: iOS =
= Qt Creator Manual Tests: iOS =


You might need information from "Qt's":http://doc.qt.io/qt-5/ios-support.html and "Creator's documentation":http://doc.qt.io/qtcreator-3.2/creator-developing-ios.html.
You might need information from "Qt's":http://doc.qt.io/qt-5/ios-support.html and "Creator's documentation":http://doc.qt.io/qtcreator-3.2/creator-developing-ios.html.


{background:#009900}. |''. Test |''. Result |_. Annotation |<br />| If you installed Creator as part of a Qt SDK, does Creator correctly detect the kits installed with itself?<br /># Remove Creator's settings from .config/QtProject/.<br /># Start Creator.<br /># In &quot;Qt Creator&amp;quot; <s>&gt; &quot;Preferences…&quot;</s>&gt; &quot;Build &amp; Run&amp;quot;, verify that Creator shows valid Compilers, Qt Versions and Kits for each Qt for iOS version you installed. |||<br />| In &quot;Qt Creator&amp;quot; <s>&gt; &quot;Preferences…&quot;</s>&gt; &quot;Build &amp; Run&amp;quot; -&gt; &quot;Qt Versions&amp;quot;, set up a qmake from a Qt for iOS. Will Creator detect it as &quot;Qt version &lt;version number&amp;gt; for iOS&amp;quot;? | | |<br />| Can Creator compile an application using an iOS kit? | | |<br />| Can Creator run an application on an iOS device? | | |<br />| Can Creator run an application in the iOS simulator? | | |<br />| Do the previous tasks work for Qt GUI Applications and Qt Quick Applications? |||<br />| While an application is running on an iOS device, quit the application on the device. Does Creator notice this and reflect the changed state? | | |<br />| While an application is running in the iOS Simulator, quit the Simulator. Does Creator notice this and reflect the changed state? | | |<br />| While an application is running on an iOS device, click the &quot;Stop&amp;quot; icon in the &quot;Application Output&amp;quot; view. Does Creator terminate the application on the device? | | |<br />| While an application is running in the iOS Simulator, click the &quot;Stop&amp;quot; icon in the &quot;Application Output&amp;quot; view. Does Creator terminate the application in the Simulator? | | |<br />| Can Creator debug an application on an iOS device? | | |<br />| Set a breakpoint before debugging an application on an iOS device. Does the execution of the program stop at the breakpoint? | | |<br />| Set a breakpoint while debugging an application on an iOS device. Does the execution of the program stop at the breakpoint? | | |<br />| Do the previous tasks work for breakpoints in C++ code as well as in QML code? |||<br />| When stopped at a breakpoint, does Creator show valid data for Locals and Expressions? | | |<br />| When stopped at a breakpoint, does Creator show a valid stacktrace? | | |<br />| Does the Application Output View show qDebug output from an iOS device/the iOS Simulator? Does this work when running an application as well as when debugging? |||
{background:#009900}. |''. Test |''. Result |_. Annotation |
| If you installed Creator as part of a Qt SDK, does Creator correctly detect the kits installed with itself?
# Remove Creator's settings from .config/QtProject/.
# Start Creator.
# In "Qt Creator" -> "Preferences…"-> "Build &amp; Run", verify that Creator shows valid Compilers, Qt Versions and Kits for each Qt for iOS version you installed. |||
| In "Qt Creator" -> "Preferences…"-> "Build &amp; Run" -> "Qt Versions", set up a qmake from a Qt for iOS. Will Creator detect it as "Qt version <version number> for iOS"? | | |
| Can Creator compile an application using an iOS kit? | | |
| Can Creator run an application on an iOS device? | | |
| Can Creator run an application in the iOS simulator? | | |
| Do the previous tasks work for Qt GUI Applications and Qt Quick Applications? |||
| While an application is running on an iOS device, quit the application on the device. Does Creator notice this and reflect the changed state? | | |
| While an application is running in the iOS Simulator, quit the Simulator. Does Creator notice this and reflect the changed state? | | |
| While an application is running on an iOS device, click the "Stop" icon in the "Application Output" view. Does Creator terminate the application on the device? | | |
| While an application is running in the iOS Simulator, click the "Stop" icon in the "Application Output" view. Does Creator terminate the application in the Simulator? | | |
| Can Creator debug an application on an iOS device? | | |
| Set a breakpoint before debugging an application on an iOS device. Does the execution of the program stop at the breakpoint? | | |
| Set a breakpoint while debugging an application on an iOS device. Does the execution of the program stop at the breakpoint? | | |
| Do the previous tasks work for breakpoints in C++ code as well as in QML code? |||
| When stopped at a breakpoint, does Creator show valid data for Locals and Expressions? | | |
| When stopped at a breakpoint, does Creator show a valid stacktrace? | | |
| Does the Application Output View show qDebug output from an iOS device/the iOS Simulator? Does this work when running an application as well as when debugging? |||

Revision as of 11:10, 25 February 2015


Work in Progress!

Qt Creator Manual Tests: iOS

You might need information from "Qt's":http://doc.qt.io/qt-5/ios-support.html and "Creator's documentation":http://doc.qt.io/qtcreator-3.2/creator-developing-ios.html.

{background:#009900}. |. Test |. Result |_. Annotation | | If you installed Creator as part of a Qt SDK, does Creator correctly detect the kits installed with itself?

  1. Remove Creator's settings from .config/QtProject/.
  2. Start Creator.
  3. In "Qt Creator" -> "Preferences…"-> "Build & Run", verify that Creator shows valid Compilers, Qt Versions and Kits for each Qt for iOS version you installed. |||

| In "Qt Creator" -> "Preferences…"-> "Build & Run" -> "Qt Versions", set up a qmake from a Qt for iOS. Will Creator detect it as "Qt version <version number> for iOS"? | | | | Can Creator compile an application using an iOS kit? | | | | Can Creator run an application on an iOS device? | | | | Can Creator run an application in the iOS simulator? | | | | Do the previous tasks work for Qt GUI Applications and Qt Quick Applications? ||| | While an application is running on an iOS device, quit the application on the device. Does Creator notice this and reflect the changed state? | | | | While an application is running in the iOS Simulator, quit the Simulator. Does Creator notice this and reflect the changed state? | | | | While an application is running on an iOS device, click the "Stop" icon in the "Application Output" view. Does Creator terminate the application on the device? | | | | While an application is running in the iOS Simulator, click the "Stop" icon in the "Application Output" view. Does Creator terminate the application in the Simulator? | | | | Can Creator debug an application on an iOS device? | | | | Set a breakpoint before debugging an application on an iOS device. Does the execution of the program stop at the breakpoint? | | | | Set a breakpoint while debugging an application on an iOS device. Does the execution of the program stop at the breakpoint? | | | | Do the previous tasks work for breakpoints in C++ code as well as in QML code? ||| | When stopped at a breakpoint, does Creator show valid data for Locals and Expressions? | | | | When stopped at a breakpoint, does Creator show a valid stacktrace? | | | | Does the Application Output View show qDebug output from an iOS device/the iOS Simulator? Does this work when running an application as well as when debugging? |||