Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.5 KB

modularity.md

File metadata and controls

35 lines (26 loc) · 1.5 KB
layout group subgroup title menu_title version github_link
default
mtf-guide
45_Features
Modularity in the Functional Testing Framework
Modularity
2.1
mtf/features/modularity.md

The Functional Testing Framework (FTF) enables you to follow the principle of modularity as Magento does. Functional tests for each module are collected in separate directory with the name of corresponding module.

Functional tests modules image

Modularity gives the following advantages:

  • You can add and remove Magento modules with no affect to functional tests. For this purpose the FTF has a special structure of functional test, which is split into different entities.
  • You can use scenarios in functional testing. Test flow in scenario tests can be modified.

It is achieved due to the FTF capabilities like: