aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-01 14:09:52 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-02 08:24:13 +0000
commit2d6995ae2552b92f3a2e995d9091065c046c4919 (patch)
tree98ee2078607483ef490df7287e67c079f0ecd8ec /doc
parentef9ac8f2f43af1effacb985dc6c4eff6cf742985 (diff)
Doc: Describe grouping related test cases
Change-Id: I73b69d37c64fe3622dec737769cc69282c5e2713 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-autotests-options.pngbin24690 -> 28078 bytes
-rw-r--r--doc/src/howto/creator-autotest.qdoc14
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/images/qtcreator-autotests-options.png b/doc/images/qtcreator-autotests-options.png
index e019c2cc91..9e1879bb55 100644
--- a/doc/images/qtcreator-autotests-options.png
+++ b/doc/images/qtcreator-autotests-options.png
Binary files differ
diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc
index ac54307b65..bba2ce6a85 100644
--- a/doc/src/howto/creator-autotest.qdoc
+++ b/doc/src/howto/creator-autotest.qdoc
@@ -218,14 +218,18 @@
test list for the currently active test frameworks when you edit tests.
To refresh the view, select \uicontrol {Rescan Tests} in the context menu.
- You can add filters to specify the directories within the current project
- to scan for tests. Select \uicontrol Tools > \uicontrol Options >
- \uicontrol {Testing} > \uicontrol General > \uicontrol Add, and
- specify paths to the directories to scan for tests. Wildcards are not
- supported in the filter expressions.
+ To group related test cases for an active test framework, select
+ \uicontrol Tools > \uicontrol Options > \uicontrol {Testing} >
+ \uicontrol General, and then select the \uicontrol Group check box next to
+ the framework name in the \uicontrol {Active Test Frameworks} list.
\image qtcreator-autotests-options.png
+ You can add filters to specify the directories within the current project
+ to scan for tests. Select the \uicontrol {Global Filters} check box, and
+ the select \uicontrol Add to specify paths to the directories to scan for
+ tests. Wildcards are not supported in the filter expressions.
+
To show or hide init and cleanup or data functions in the \uicontrol Tests
view, select \inlineimage filtericon.png
(\uicontrol {Filter Test Tree}), and then select \uicontrol {Show Init and