Qt Creator ManualTests Android: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Qt Creator Manual Tests: Android=
[[Category:Tools::QtCreator::QualityAssurance]]


You will need the tools listed [http://doc.qt.io/qt-5/androidgs.html here] ''[qt.io]''.
= Qt Creator Manual Tests: Android =


{| class="infotable line"
You will need the tools listed "here":http://doc.qt.io/qt-5/androidgs.html.
|- style="background: #009900"
! Test
! Result
! Annotation
|-
|
If you installed Creator as part of a Qt <span class="caps">SDK</span>, does Creator correctly detect the kits installed with itself?


# Remove Creator’s settings from .config (Linux, Mac) or %appdata% (Windows).
{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 (Linux, Mac) or &amp;#37;appdata&amp;amp;#37; (Windows).<br /># Start Creator.<br /># In &quot;Tools&amp;quot; <s>&gt; &quot;Options…&quot;</s>&gt; &quot;Android&amp;quot;, set the correct paths to the Android SDK and the Android NDK.<br /># Click &quot;Apply&amp;quot;.<br /># In &quot;Tools&amp;quot; <s>&gt; &quot;Options…&quot;</s>&gt; &quot;Build &amp; Run&amp;quot;, verify that Creator shows valid Debuggers, Compilers, Qt Versions and Kits for each Qt for Android version you installed. |||<br />| In &quot;Tools&amp;quot; <s>&gt; &quot;Options…&quot;</s>&gt; &quot;Build &amp; Run&amp;quot; -&gt; &quot;Qt Versions&amp;quot;, set up a qmake from a Qt for Android. Will Creator detect it as &quot;Qt version &lt;version number&amp;gt; for Android&amp;quot;? | | |<br />| Can Creator compile an application using an Android kit? | | |<br />| Can Creator run an application on an Android device? | | |<br />| Do the previous tasks work for Qt GUI Applications and Qt Quick Applications? |||<br />| While an application is running on an Android device, quit the application on the device. Does Creator notice this and reflect the changed state? | | |<br />| While an application is running on an Android 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 />| Can Creator debug an application on an Android device? | | |<br />| Set a breakpoint before debugging an application on an Android device. Does the execution of the program stop at the breakpoint? | | |<br />| Set a breakpoint while debugging an application on an Android 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 Android device in red? Does this work when running an application as well as when debugging? | | |<br />|Does the Debugger Log View show qDebug output from an Android device when debugging? | | |<br />|Does Creator handle disconnecting properly? Disconnect the Android device while:<br />* Running an application on the device<br />* Debugging an application on the device
# Start Creator.
# In “Tools” -&gt; “Options…” -&gt; “Android”, set the correct paths to the Android <span class="caps">SDK</span> and the Android <span class="caps">NDK</span>.
# Click “Apply”.
# In “Tools” -&gt; “Options…” -&gt; “Build &amp; Run”, verify that Creator shows valid Debuggers, Compilers, Qt Versions and Kits for each Qt for Android version you installed.
|
|
|-
| In “Tools” -&gt; “Options…” -&gt; “Build &amp; Run” -&gt; “Qt Versions”, set up a qmake from a Qt for Android. Will Creator detect it as “Qt version &lt;version number&gt; for Android”?
|
|
|-
| Can Creator compile an application using an Android kit?
|
|
|-
| Can Creator run an application on an Android device?
|
|
|-
| Do the previous tasks work for Qt <span class="caps">GUI</span> Applications and Qt Quick Applications?
|
|
|-
| While an application is running on an Android device, quit the application on the device. Does Creator notice this and reflect the changed state?
|
|
|-
| While an application is running on an Android device, click the “Stop” icon in the “Application Output” view. Does Creator terminate the application on the device?
|
|
|-
| Can Creator debug an application on an Android device?
|
|
|-
| Set a breakpoint before debugging an application on an Android device. Does the execution of the program stop at the breakpoint?
|
|
|-
| Set a breakpoint while debugging an application on an Android 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 <span class="caps">QML</span> 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 Android device in red? Does this work when running an application as well as when debugging?
|
|
|-
| Does the Debugger Log View show qDebug output from an Android device when debugging?
|
|
|-
|
Does Creator handle disconnecting properly? Disconnect the Android device while:
 
* Running an application on the device
* Debugging an application on the device
* Having stopped at a breakpoint on the device
|
|
|}
 
===Categories:===
 
* [[:Category:Tools|Tools]]
** [[:Category:Tools::QtCreator|QtCreator]]
* [[:Category:Tools::QtCreator::QualityAssurance|QualityAssurance]]

Revision as of 10:35, 24 February 2015


Qt Creator Manual Tests: Android

You will need the tools listed "here&quot;:http://doc.qt.io/qt-5/androidgs.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?
# Remove Creator's settings from .config (Linux, Mac) or &#37;appdata&amp;#37; (Windows).
# Start Creator.
# In "Tools&quot; > "Options…"> "Android&quot;, set the correct paths to the Android SDK and the Android NDK.
# Click "Apply&quot;.
# In "Tools&quot; > "Options…"> "Build & Run&quot;, verify that Creator shows valid Debuggers, Compilers, Qt Versions and Kits for each Qt for Android version you installed. |||
| In "Tools&quot; > "Options…"> "Build & Run&quot; -> "Qt Versions&quot;, set up a qmake from a Qt for Android. Will Creator detect it as "Qt version <version number&gt; for Android&quot;? | | |
| Can Creator compile an application using an Android kit? | | |
| Can Creator run an application on an Android device? | | |
| Do the previous tasks work for Qt GUI Applications and Qt Quick Applications? |||
| While an application is running on an Android device, quit the application on the device. Does Creator notice this and reflect the changed state? | | |
| While an application is running on an Android device, click the "Stop&quot; icon in the "Application Output&quot; view. Does Creator terminate the application on the device? | | |
| Can Creator debug an application on an Android device? | | |
| Set a breakpoint before debugging an application on an Android device. Does the execution of the program stop at the breakpoint? | | |
| Set a breakpoint while debugging an application on an Android 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 Android device in red? Does this work when running an application as well as when debugging? | | |
|Does the Debugger Log View show qDebug output from an Android device when debugging? | | |
|Does Creator handle disconnecting properly? Disconnect the Android device while:
* Running an application on the device
* Debugging an application on the device