Qt Creator ManualTests ToolsIntegration: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(Fix import)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[[Category:Tools::QtCreator::QualityAssurance]]
 
{| class="wikitable"
|+ Widget Designer
! Test
! Result
! Annotation
|+
| Create a form class
|
|
|+
| Add a control like a button and do "Go to slot"
| automated
|
|+
| Change an object's name in the integration and check if autocompletion of it works
| automated
|
|}
 
{| class="wikitable"
|+ Help
! Test
! Result
! Annotation
|+
| Is context sensitive help working?
|
|
|+
| Title page of Qt Creator documentation shows right version information?
|
|
|+
| Are screenshots up to date? Check some of them.
|
|
|}
 
{| class="wikitable"
|+ Version Control (CVS/SVN/p4/git if installed)
! Test
! Result
! Annotation
|+
| Try checkout wizards
| git automated
|
|+
| Can display project status/logs
|
|
|+
| Can display diffs, doubleclick in diff jumps to code
|
|
|+
| When showing a diff, make sure that keyboard shortcuts can't change this diff (Ctrl+Alt+up/down, Ctrl+Shift+up/down).
|
|
|+
| Can revert unstaged/uncommitted changes
|
|
|+
| Can display logs, click on change number shows description
|
|
|+
| Can display blame
|
|
|+
| Can submit
|
|
|}


[[Category:Tools::QtCreator::QualityAssurance]]
{| class="wikitable"
|+ Wizards
! Test
! Result
! Annotation
|+
| Create various app types, play around with parameters (suffixes)
|
|
|+
| Check the library/Unit test wizards
|
|
|+
| Check custom wizard examples (share/qtcreator/templates/wizards) by renaming the xml-file (see [https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/share/qtcreator/templates/wizards/README.txt README.txt])
|
|
|+
| Add classes, form classes check compilation
|
|
|}
 
{| class="wikitable"
|+ Codepaster
! Test
! Result
! Annotation
|+
| Check protocol PasteBin.com, especially 'list' functionality as that parses HTML
|automated
|
|}


= Qt Creator Manual Tests: Tools Integration =
{| class="wikitable"
|+ External Tools
! Test
! Result
! Annotation
|+
| Try Tools -> External -> Edit with vi/Notepad
|
|
|+
| Try Tools -> External -> Sort Selection
| automated
|
|+
| Set up a new External Tool for use in Creator and check if it works correctly
|
|
|+
| Drag a file from an external file manager and drop in into Creator. Creator should correclty display the file's contents.
|
|
|}


{background:#009900}. |''. Widget Designer |''. Result |''. Annotation |
{| class="wikitable"
| Create a form class | | |
|+ Analyzing
| Add a control like a button and do "Go to slot" | automated | |
! Test
| Change an object's name in the integration and check if autocompletion of it works | automated | |
! Result
{background:#009900}. |''. Help |''. Result |''. Annotation |
! Annotation
| Is context sensitive help working? | | |
|+
| Title page of Qt Creator documentation shows right version information? | | |
| Try profiling C++, QML and analyzing Code. If you don’t know how, that’s part of the test. Check the docs. :-)
| Are screenshots up to date? Check some of them. | | |
|
{background:#009900}. |''. Version Control (CVS/SVN/p4/git if installed) |''. Result |''. Annotation |
|
| Try checkout wizards | git automated | |
|}
| Can display project status/logs | | |
| Can display diffs, doubleclick in diff jumps to code | | |
| When showing a diff, make sure that keyboard shortcuts can't change this diff (Ctrl+Alt+up/down, Ctrl+Shift+up/down). | | |
| Can revert unstaged/uncommitted changes | | |
| Can display logs, click on change number shows description | | |
| Can display blame | | |
| Can submit | | |
{background:#009900}. |''. Wizards |''. Result |''. Annotation |
| Create various app types, play around with parameters (suffixes) | | |
| Check the library/Unit test wizards | | |
| Check custom wizard examples (share/qtcreator/templates/wizards) by renaming the xml-file (see [https://qt.gitorious.org/qt-creator/qt-creator/source/share/qtcreator/templates/wizards/README.txt README.txt] | | |
| Add classes, form classes check compilation | | |
{background:#009900}. |''. Codepaster |''. Result |''. Annotation |
| Check protocol PasteBin.com, especially 'list' functionality as that parses HTML |automated | |
{background:#009900}. |''. External Tools |''. Result |''. Annotation |
| Try Tools ‐> External ‐> Edit with vi/Notepad | | |
| Try Tools ‐> External ‐> Sort Selection | automated | |
| Set up a new External Tool for use in Creator and check if it works correctly | | |
| Drag a file from an external file manager and drop in into Creator. Creator should correclty display the file's contents. | | |
{background:#009900}. |''. Analyzing |''. Result |_. Annotation |

Revision as of 17:17, 10 March 2015


Widget Designer
Test Result Annotation
Create a form class
Add a control like a button and do "Go to slot" automated
Change an object's name in the integration and check if autocompletion of it works automated
Help
Test Result Annotation
Is context sensitive help working?
Title page of Qt Creator documentation shows right version information?
Are screenshots up to date? Check some of them.
Version Control (CVS/SVN/p4/git if installed)
Test Result Annotation
Try checkout wizards git automated
Can display project status/logs
Can display diffs, doubleclick in diff jumps to code
When showing a diff, make sure that keyboard shortcuts can't change this diff (Ctrl+Alt+up/down, Ctrl+Shift+up/down).
Can revert unstaged/uncommitted changes
Can display logs, click on change number shows description
Can display blame
Can submit
Wizards
Test Result Annotation
Create various app types, play around with parameters (suffixes)
Check the library/Unit test wizards
Check custom wizard examples (share/qtcreator/templates/wizards) by renaming the xml-file (see README.txt)
Add classes, form classes check compilation
Codepaster
Test Result Annotation
Check protocol PasteBin.com, especially 'list' functionality as that parses HTML automated
External Tools
Test Result Annotation
Try Tools -> External -> Edit with vi/Notepad
Try Tools -> External -> Sort Selection automated
Set up a new External Tool for use in Creator and check if it works correctly
Drag a file from an external file manager and drop in into Creator. Creator should correclty display the file's contents.
Analyzing
Test Result Annotation
Try profiling C++, QML and analyzing Code. If you don’t know how, that’s part of the test. Check the docs. :-)