Manual Técnico appServiserAdmin
Documentación Técnica del Archivo functional.suite.yml en la Carpeta appServiserAdmin/tests
Español
Definición de la Carpeta
El archivo functional.suite.yml se encuentra en la carpeta de pruebas funcionales de un proyecto que utiliza el marco de trabajo Yii2. Este archivo es parte de la configuración de las pruebas funcionales y se utiliza para definir el conjunto de pruebas que se ejecutarán, así como sus configuraciones.
Propósito
El propósito del archivo functional.suite.yml es proporcionar una configuración estructurada para las pruebas funcionales, especificando qué módulos y actores se utilizarán durante la ejecución de las pruebas. Esto permite a los desarrolladores y testers definir cómo se deben llevar a cabo las pruebas y qué herramientas se utilizarán.
Funciones
- Definición de Actores: Especifica los actores que participarán en las pruebas, como
FunctionalTester, que simula la interacción del usuario con la aplicación. - Configuración de Módulos: Permite habilitar y configurar módulos necesarios para las pruebas, como el módulo de Yii2 para pruebas funcionales.
- Ejecución de Pruebas: Define cómo se ejecutarán las pruebas, incluyendo la configuración de entornos y parámetros específicos que se utilizarán durante la ejecución.
English
Technical Documentation for the File functional.suite.yml
Folder Definition
The functional.suite.yml file is located in the functional testing folder of a Yii2 project. This file is part of the configuration for functional tests and is used to define the suite of tests that will be executed, along with their settings.
Purpose
The purpose of the functional.suite.yml file is to provide a structured configuration for functional tests, specifying which modules and actors will be used during the execution of the tests. This allows developers and testers to define how the tests should be conducted and what tools will be utilized.
Functions
- Actor Definition: Specifies the actors that will participate in the tests, such as
FunctionalTester, which simulates user interaction with the application. - Module Configuration: Allows enabling and configuring necessary modules for the tests, such as the Yii2 module for functional testing.
- Test Execution: Defines how the tests will be executed, including the configuration of environments and specific parameters that will be used during execution.