Qt Creator ManualTests Android: Difference between revisions
Jump to navigation
Jump to search
Tim.Jenssen (talk | contribs) No edit summary |
(Remove results. Thank you for testing, guys!) |
||
Line 19: | Line 19: | ||
# Verify that each of these Kits has a valid Debugger, Compiler and Qt Version. | # Verify that each of these Kits has a valid Debugger, Compiler and Qt Version. | ||
| | | | ||
| | | | ||
|- | |- | ||
| If you installed Creator from a standalone package, does it add Kits when adding qmake? | | If you installed Creator from a standalone package, does it add Kits when adding qmake? | ||
Line 31: | Line 31: | ||
# In "Tools" -> "Options…"-> "Kits" -> "Kits", verify that Creator added an auto-detected kit named "Android for ..." | # In "Tools" -> "Options…"-> "Kits" -> "Kits", verify that Creator added an auto-detected kit named "Android for ..." | ||
# Verify that this Kit has a valid Debugger and Compiler and uses the Qt Version you set before. | # Verify that this Kit has a valid Debugger and Compiler and uses the Qt Version you set before. | ||
| | | | ||
| | | | ||
|- | |- | ||
| Can Creator compile an application using an Android kit? (If you didn't install Creator together with a Qt version for Android, you might have to add the path to make or mingw32-make to the PATH environment variable.) | | Can Creator compile an application using an Android kit? (If you didn't install Creator together with a Qt version for Android, you might have to add the path to make or mingw32-make to the PATH environment variable.) | ||
| | | | ||
| | | | ||
|- | |- | ||
| Can Creator run an application on an Android device? | | Can Creator run an application on an Android device? | ||
| | | | ||
| | | | ||
|- | |- | ||
| Do the previous tasks work for Qt Widgets Applications and Qt Quick Applications? | | Do the previous tasks work for Qt Widgets Applications and Qt Quick Applications? | ||
| | | | ||
| | | | ||
|- | |- | ||
Line 60: | Line 52: | ||
# Run this project on the device. | # Run this project on the device. | ||
Do error messages appear in Application Output and are these clickable when running the app? Do they open the "right" file and location in the desktop's source directory? | Do error messages appear in Application Output and are these clickable when running the app? Do they open the "right" file and location in the desktop's source directory? | ||
| | | | ||
| | |||
|- | |- | ||
| 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, 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? | | 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? | | 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 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? | | 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? | | 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 valid data for Locals and Expressions? | ||
| | | | ||
| | | | ||
|- | |- | ||
| When stopped at a breakpoint, does Creator show a valid stack trace? | | When stopped at a breakpoint, does Creator show a valid stack trace? | ||
| | | | ||
| | | | ||
|- | |- | ||
|Does the Debugger Log View show qDebug output from an Android device when debugging? | |Does the Debugger Log View show qDebug output from an Android device when debugging? | ||
| | | | ||
| | | | ||
|- | |- | ||
| Try the QML Profiler in the Debug mode for an app on the device. Does it collect data and does that data look sane? | | Try the QML Profiler in the Debug mode for an app on the device. Does it collect data and does that data look sane? | ||
| | | | ||
| | | | ||
|- | |- | ||
|Does Creator handle disconnecting properly? Disconnect the Android device while: | |Does Creator handle disconnecting properly? Disconnect the Android device while: |
Revision as of 16:03, 14 February 2019
You will need the tools listed in Qt's and Qt Creator's manual.
Test | Result | Annotation |
---|---|---|
If you installed Creator as part of a Qt SDK, does Creator correctly detect the kits installed with itself?
|
||
If you installed Creator from a standalone package, does it add Kits when adding qmake?
|
||
Can Creator compile an application using an Android kit? (If you didn't install Creator together with a Qt version for Android, you might have to add the path to make or mingw32-make to the PATH environment variable.) | ||
Can Creator run an application on an Android device? | ||
Do the previous tasks work for Qt Widgets Applications and Qt Quick Applications? | ||
QML errors:
Do error messages appear in Application Output and are these clickable when running the app? Do they open the "right" file and location in the desktop's source directory? |
||
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 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 stack trace? | ||
Does the Debugger Log View show qDebug output from an Android device when debugging? | ||
Try the QML Profiler in the Debug mode for an app on the device. Does it collect data and does that data look sane? | ||
Does Creator handle disconnecting properly? Disconnect the Android device while:
Please verify that Creator neither crashes nor freezes. It can still be used locally and after reconnecting it can use the device again. |