This shows you the differences between two versions of the page.
text_files_adaptor_examples [2019/11/12 10:51] montse created |
text_files_adaptor_examples [2019/11/12 10:52] (current) montse created |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ejemplos de Adaptadores de Archivos de Texto ====== | + | ====== Text Files Adaptor examples ====== |
- | =====Descripción===== | ||
- | A través del Adaptador de Archivos de Texto, TAST puede administrar archivos de texto plano y utilizarlos en las pruebas. Es posible realizar pruebas individuales con este adaptador o pruebas de extremo a extremo conectando con otros adaptadores. | + | =====Description===== |
- | + | Through the Text Files Adaptor, TAST can manage plain text files and use them in testing. It’s possible to perform single tests with this adaptor or End to end tests connecting with other adaptors either. | |
- | =====Diagrama y Mapeo UML===== | + | |
- | + | ||
- | Este es un ejemplo de un diagrama UML que utiliza el Adaptador de Archivos de Texto. | + | |
+ | =====UML Diagram and Mapping===== | ||
+ | This is an example of a UML Diagram which uses the Text Files Adaptor.\\ | ||
+ | \\ | ||
+ | \\ | ||
{{:en:text_files1.jpg?600|}}\\ | {{:en:text_files1.jpg?600|}}\\ | ||
- | + | \\ | |
- | Este es un ejemplo de las interacciones entre el Adaptador de Archivo de Texto con otros adaptadores en una prueba E2E. | + | \\ |
+ | This is an example of interactions between the Text File Adaptor with other adaptors in an E2E test. | ||
+ | \\ | ||
+ | \\ | ||
{{:en:text_files2.jpg?600|}}\\ | {{:en:text_files2.jpg?600|}}\\ | ||
+ | \\ | ||
+ | \\ | ||
+ | As part of the mapping process, you should provide the Adaptor’s information, regarding to connect and use it: | ||
- | Como parte del proceso de mapeo, usted debe proporcionar | + | * **FilePath:** The complete path, including the name of the file, of the file represented by the adapter in the diagram. |
- | la información del Adaptador, con respecto a la conexión y uso del mismo: | + | * **CharSet:** The charset used to create the file. |
- | * **FilePath:** La ruta completa, incluyendo el nombre del archivo, del archivo representado por el adaptador en el diagrama. | + | * **Create/Overwrite:** When the checkbox is marked, TAST will create a new file or overwrite it if the file already exists. |
- | * **CharSet:** El juego de caracteres utilizado para crear el archivo. | + | |
- | * **Create/Overwrite:** Cuando la casilla de verificación está marcada, TAST creará un nuevo archivo o lo sobrescribirá si el archivo ya existe. | + | =====Test Set Execution===== |
- | + | ||
- | ===== Ejecución de la unidad de prueba===== | + | |
- | Después de la ejecución de la unidad de prueba, inmediatamente tendrá los resultados. Hay dos elementos principales que puede verificar: | + | |
- | + | ||
- | * **Logs:** La información paso a paso de la ejecución, con: | + | |
- | * Los resultados. | + | |
- | * Los métodos habían sido ejecutados. | + | |
- | * Las líneas de tiempo. | + | |
- | + | ||
- | * **Evidences:** Las capturas de pantalla o pruebas de información por etapas, en caso que lo hayan solicitado. | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | After the test set execution, immediately you have the results. There are two main elements you can verify: | ||
+ | * **Logs:** The step by step information of the execution, with: | ||
+ | * the results. | ||
+ | * the methods had been executed. | ||
+ | * the timelines. | ||
+ | * **Evidences:** The screenshots or evidence information by step, in case they have requested. |