Qt Creator ManualTests ToolsIntegration: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
(Add test using the fuzzing artifacts) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[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 | |||
| git automated | |||
| | |||
|+ | |||
| Can display blame | |||
| | |||
| | |||
|+ | |||
| Can submit | |||
| | |||
| | |||
|} | |||
{| class="wikitable" | |||
|+ Wizards | |||
! Test | |||
! Result | |||
! Annotation | |||
|+ | |||
| Create various app types, play around with parameters (suffixes) | |||
| | |||
| | |||
|+ | |||
| Create an Autotest project using the wizard. Add passing and failing tests. Run those and check that Creator reports the results correctly. | |||
| | |||
| | |||
|+ | |||
| Add classes, form classes check compilation | |||
| | |||
| | |||
|} | |||
{| class="wikitable" | |||
|+ Codepaster | |||
! Test | |||
! Result | |||
! Annotation | |||
|+ | |||
| Check protocol PasteBin.com, especially 'list' functionality as that parses HTML | |||
|automated | |||
| | |||
|} | |||
{| class="wikitable" | |||
|+ External Tools | |||
! Test | |||
! Result | |||
! Annotation | |||
|+ | |||
| Try Tools -> External -> Text -> Edit with vi/Notepad | |||
| | |||
| | |||
|+ | |||
| Try Edit -> Advanced -> Sort Selected Lines | |||
| 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 correctly display the file's contents. | |||
| | |||
| | |||
|} | |||
= | {| class="wikitable" | ||
|+ 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. :-) | |||
| | |||
| | |||
|} | |||
{ | {| class="wikitable" | ||
|+ Error Handling | |||
! Test | |||
! Result | |||
! Annotation | |||
| | |+ | ||
| | | Try opening a couple of files from https://code.qt.io/cgit/qt/qtqa.git/tree/fuzzing/testcases in Qt Creator. | ||
Most of those files are invalid, so error messages and controlled failures are acceptable. Crashes, freezes and similar losses of control are unacceptable. | |||
| | |||
| | |||
|} | |||
| | |||
Latest revision as of 18:39, 9 June 2022
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 |
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. |
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 | git automated | |
Can display blame | ||
Can submit |
Test | Result | Annotation |
---|---|---|
Create various app types, play around with parameters (suffixes) | ||
Create an Autotest project using the wizard. Add passing and failing tests. Run those and check that Creator reports the results correctly. | ||
Add classes, form classes check compilation |
Test | Result | Annotation |
---|---|---|
Check protocol PasteBin.com, especially 'list' functionality as that parses HTML | automated |
Test | Result | Annotation |
---|---|---|
Try Tools -> External -> Text -> Edit with vi/Notepad | ||
Try Edit -> Advanced -> Sort Selected Lines | 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 correctly display the file's contents. |
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. :-) |
Test | Result | Annotation |
---|---|---|
Try opening a couple of files from https://code.qt.io/cgit/qt/qtqa.git/tree/fuzzing/testcases in Qt Creator.
Most of those files are invalid, so error messages and controlled failures are acceptable. Crashes, freezes and similar losses of control are unacceptable. |