Borrar filtros
Borrar filtros

Difference between test assessment and test sequence

5 visualizaciones (últimos 30 días)
Ander Albizu
Ander Albizu el 3 de Mzo. de 2022
Respondida: Sai Teja G el 18 de Oct. de 2023
Hi, I want to generate a test document programatically but I don´t know how to difference both blocks. I am using next function
blocks = sltest.testsequence.find
to get all test sequence blocks. The answer of the function give me all test sequence and test assessment blocks. After that I don´t know how to differenciated them to put in order. Is there any possibility?
Thanks

Respuestas (1)

Sai Teja G
Sai Teja G el 18 de Oct. de 2023
Hi Ander,
I understand that you utilized the sltest.testsequence.find" function to programmatically find a test document, and you would like to understand the distinction between a test sequence block and a test assessment block.
In brief, a test assessment block in MATLAB involves evaluating the quality and effectiveness of tests, while a test sequence block determines the order of test case execution within a test suite. Test assessment” block focuses on assessing the overall testing process, while a test sequence block allows for control over the execution order of tests within MATLAB's testing framework.
To create a test sequence and test assessment programmatically, I recommend referring to the following links to understand which functions to use:
These resources will provide you with the necessary information on how to programmatically create test sequences and test assessments in MATLAB.
Hope it helps!

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by