Qt Creator ManualTests QtQuick: Difference between revisions
Jump to navigation
Jump to search
(Add line that some bot removed) |
(Moved on-device tasks to device's test lists) |
||
Line 82: | Line 82: | ||
# Run this project on the desktop. | # Run this project on the desktop. | ||
Are the error messages in Application Output clickable when running the app? Do they open the "right", file (not in shadow build)? | Are the error messages in Application Output clickable when running the app? Do they open the "right", file (not in shadow build)? | ||
| | | | ||
| | | | ||
Line 267: | Line 263: | ||
* Are the events in the root node of each tab the same? (None missing in one of the views?) | * Are the events in the root node of each tab the same? (None missing in one of the views?) | ||
Note: The "Events" tab intentionally doesn't show anonymous events. | Note: The "Events" tab intentionally doesn't show anonymous events. | ||
| | | | ||
| | | |
Revision as of 12:40, 3 July 2015
Test | Result | Annotation |
---|---|---|
Open Qml files, make them invalid & again valid, check that errors are underlined | ||
Indent a big Qml file via "Ctrl-I" | automated | |
Hover over elements, properties, expressions | automated | |
Rename an ID via context menu | automated | |
Trigger Find Usages on an id and property | automated |
Test | Result | Annotation |
---|---|---|
Navigate to elements / properties by clicking on the item in the outline | ||
Change qml in text, check that Outline updates | automated: tst_qml_outline | |
Drag&Drop elements around in outline, check that text updates | ||
Check/Uncheck 'Show all Bindings' in the Filter, outline should update accordingly |
Test | Result | Annotation |
---|---|---|
Create new "Qt Quick Application" through wizard, run application | automated | |
Create new "Qt Quick UI" through wizard, run application | automated | |
Generate "Qt Quick 1/2 Extension Plugin", compile | automated |
Test | Result | Annotation |
---|---|---|
QML errors:
Are the error messages in Application Output clickable when running the app? Do they open the "right", file (not in shadow build)? |
Test | Result | Annotation |
---|---|---|
Open all files in $CREATORDIR/tests/manual/qml/testfiles/testfiles.qmlproject and $CREATORDIR/tests/manual/qml/testfiles_quick2/testfiles_quick2.qmlproject and check whether:
|
||
Create & Rename & Delete states | ||
Open project $CREATORDIR/tests/manual/qml/testprojects/plugins/plugins.qmlproject and see whether the Designer treats MyComponent and MyComponent2 correctly | ||
Test whether F1 works |
Test | Result | Annotation |
---|---|---|
Preparation:
|
||
Check that first breakpoint is hit when clicking on "New game" , and that the breakpoint looses it's 'hour glass' when hit | ||
Step through startNewGame() function. Check Locals and Watchers update (should display 'this', 'column', 'i', 'row'). Also try adding watchers, and change content in locals & watchers. (Needs Qt >= 5.4) | ||
Add breakpoint while debugging QML. Does the breakpoint interrupt the program? | ||
Add breakpoint before starting QML Debugger. Does the breakpoint interrupt the program? | ||
While interrupted in a javascript method (with more than one line), step over. Does it go to the next line? | ||
While interrupted in a javascript method that calls another javascript method, step into. Does it enter that method's definition? | ||
While interrupted in a javascript method, step out. Does execution resume again (or does debugger go back in context)? |
Test | Result | Annotation |
---|---|---|
Breakpoints:
Are breakpoints being hit? Do they open the right (non-shadow-build) file? |
||
Breakpoints in bigger project:
|
Test | Result | Annotation |
---|---|---|
Preparation:
|
||
Is selection highlighted in the editor? | ||
Is the selection in the "Locals and Expressions" view updated?
Note: In a stack of items, lower-level items can be accessed via double-clicking |
||
Move mouse cursor to another item. Is selection only highlighted in the running application? |
Test | Result | Annotation |
---|---|---|
While being in 'Select' mode (debugger toolbar), click on an item in the running application. Is the right file in the build directory opened, the right line/column selected? |
Test | Result | Annotation |
---|---|---|
Can you record some profiling data (see below)? | ||
Do all tabs show well-formed data/information for the shown events? | ||
Can you turn on and off the tabs by using the context menu and do all (re-)shown tabs still show well-formed data according to the last profiling? | ||
With and without an already profiled app disable profiling by hitting the record button and start running again. Does the widget 's content still hold the data of the former profiling (or none if there wasn't any)? | ||
Start the application and test the record button. It should show the collected data when disabled, and collect new data on already running application when enabled. | ||
According to the time-line:
(Note: The little blue titled subwindows in the timeline are called "tool tip" below, even though they don't behave like normal tooltips.)
|
||
According to the Callees/Caller/Events tab:
Note: The "Events" tab intentionally doesn't show anonymous events. |
Recording Profiling Data
Create or open a Qt Quick Application AND a Qml Project ($QTDIR/demos/declarative/minehunt/minehunt.pro and $QTDIR/demos/declarative/samegame/samegame.qmlproject should be adequate). Do the following for each of the projects:
- Enable QML debugging on the Projects view (might require rebuilding the app)
- Switch to Analyzer view and press the "Start" button at the QML Profiler widget
- Generate some events by playing around
- Press “Stop” at the QML Profiler widget