Qt Creator ManualTests ToolsIntegration: 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: Tools Integration=
[[Category:Tools::QtCreator::QualityAssurance]]


{| class="infotable line"
= Qt Creator Manual Tests: Tools Integration =
|- style="background: #009900"
! Widget Designer
! 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
|
|- style="background: #009900"
! Help
! 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.
|
|
|- style="background: #009900"
! Version Control (<span class="caps">CVS</span>/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
|
|
|- style="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 <span class="caps">README</span>.txt] ''[qt.gitorious.org]''
|
|
|-
| Add classes, form classes check compilation
|
|
|- style="background: #009900"
! Codepaster
! Result
! Annotation
|-
| Check protocol PasteBin.com, especially ‘list’ functionality as that parses <span class="caps">HTML</span>
| automated
|
|- style="background: #009900"
! External Tools
! Result
! Annotation
|-
| Try Tools &amp;dash;&gt; External &amp;dash;&gt; Edit with vi/Notepad
|
|
|-
| Try Tools &amp;dash;&gt; External &amp;dash;&gt; 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.
|
|
|- style="background: #009900"
! Analyzing
! Result
! Annotation
|-
| Try profiling C++, <span class="caps">QML</span> and analyzing Code. If you don’t know how, that’s part of the test. Check the docs. <span class="smiley">:-)</span>
|
|
|}


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

Revision as of 11:05, 24 February 2015


Qt Creator Manual Tests: Tools Integration

{background:#009900}. |. Widget Designer |. Result |. Annotation |
| Create a form class | | |
| Add a control like a button and do "Go to slot&quot; | automated | |
| Change an object's name in the integration and check if autocompletion of it works | automated | |
{background:#009900}. |
. Help |. 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. | | |
{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 &#40;see "README.txt&quot;:https://qt.gitorious.org/qt-creator/qt-creator/source/share/qtcreator/templates/wizards/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 &dash;> External &dash;> Edit with vi/Notepad | | |
| Try Tools &dash;> External &dash;> 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 |