Skip to content

Commit dbcb122

Browse files
committed
MQE-1740: How to make use of MFTF Suite
Updated document.
1 parent cca34df commit dbcb122

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/using-suites.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Using suites
22

3-
With the increasing number of MFTF tests, it's important to have a mechanism to organize and consolidate them for ease-of-use.
3+
With increasing number of MFTF tests, it's important to have a mechanism to organize and consolidate them for ease-of-use.
44

55
## What is a suite?
66

7-
Suite is a collection of MFTF tests that are intended to test specific behaviors of Magento. It may contain common initialization and clean up steps specific to the test cases included. Suites allow you to include, exclude and/or group tests with preconditions and post conditions.
8-
You can create suites with tests, test groups and modules.
7+
Suite is a collection of MFTF tests that are intended to test specific behaviors of Magento. It may contain common initialization and clean up steps specific to the test cases included. It allows you to include, exclude and/or group tests with preconditions and post conditions.
8+
You can create a suite referencing tests, test groups and modules.
99

1010
### How is a suite defined?
1111

@@ -93,6 +93,6 @@ If a test is referenced in a suite, it can be run in the suite's context with MF
9393

9494
### When to use suites?
9595

96-
Suites are a great way to organize tests which need magento environment to be configured in a specific way as a pre-requisite. The conditions are executed once per suite which optimizes test execution time. If you wish to categorize tests based on functionality solely, use @group tags instead.
97-
96+
Suites are a great way to organize tests which need magento environment to be configured in a specific way as a pre-requisite. The conditions are executed once per suite which optimizes test execution time. If you wish to categorize tests solely based on functionality, use group tags instead.
9897

98+
<!-- Link definitions -->

0 commit comments

Comments
 (0)