From 9e7497d1dfb3b35e1a1078090c3910059aa3deac Mon Sep 17 00:00:00 2001 From: fikr <finn@cinderella.dk> Date: Mon, 31 Jul 2023 15:56:05 +0200 Subject: [PATCH] Added file "Test-execution.md" with information on the TDL execution feature. --- Test-execution.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Test-execution.md diff --git a/Test-execution.md b/Test-execution.md new file mode 100644 index 0000000..6e56f3b --- /dev/null +++ b/Test-execution.md @@ -0,0 +1,14 @@ +## Test execution + +The TOP tool supports execution of complete TDL models. + +The model is translated to java code and the TOP tool provides components to interface a +test with the SUT. + + + +## Test result analysis + +The TDL execution feature provides a Report component that enables logging of events which +is the basis for test result analysis. It allows events during a test execution to be logged +and hence these event traces may be used to check the result of a test. \ No newline at end of file -- GitLab