chr
2026-04-05 fe750b791d5b517cc4e9bc8e99a9a75139a0cfba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0"?>
<TestPlan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="EngineTest.TapPlan*" Locked="false">
  <Steps>
    <TestStep type="TapPlugin.BasicSteps.FixedCountLoop">
      <ChildTestSteps>
        <TestStep type="TapPlugin.BasicSteps.ParallelStep">
          <ChildTestSteps>
            <TestStep type="TapPlugin.TestTestSteps.SineResults">
              <ChildTestSteps />
              <Enabled>True</Enabled>
              <Name>Sinewave Results</Name>
              <NumberOfResults>50</NumberOfResults>
              <ResultName>Sine</ResultName>
              <UpperLimit>20</UpperLimit>
            </TestStep>
          </ChildTestSteps>
          <Enabled>True</Enabled>
          <Name>Parallel</Name>
        </TestStep>
      </ChildTestSteps>
      <Enabled>True</Enabled>
      <LoopCount>1000</LoopCount>
      <Name>Fixed Count Loop</Name>
    </TestStep>
    <TestStep type="TapPlugin.BasicSteps.FixedCountLoop">
      <ChildTestSteps>
        <TestStep type="TapPlugin.BasicSteps.ParallelStep">
          <ChildTestSteps>
            <TestStep type="TapPlugin.TestTestSteps.SineResults">
              <ChildTestSteps />
              <Enabled>True</Enabled>
              <Name>Sinewave Results</Name>
              <NumberOfResults>50</NumberOfResults>
              <ResultName>Sine</ResultName>
              <UpperLimit>20</UpperLimit>
            </TestStep>
          </ChildTestSteps>
          <Enabled>True</Enabled>
          <Name>Parallel</Name>
        </TestStep>
      </ChildTestSteps>
      <Enabled>True</Enabled>
      <LoopCount>1000</LoopCount>
      <Name>Fixed Count Loop (1)</Name>
    </TestStep>
    <TestStep type="Tap.Engine.UnitTests.Result1DTest">
      <ChildTestSteps />
      <Duration>0</Duration>
      <Enabled>True</Enabled>
      <Name>Result1DTest</Name>
      <NResults>100</NResults>
    </TestStep>
    <TestStep type="TapPlugin.TestTestSteps.SineResults">
      <ChildTestSteps />
      <Enabled>True</Enabled>
      <Name>Sinewave Results (1)</Name>
      <NumberOfResults>50</NumberOfResults>
      <ResultName>Sine</ResultName>
      <UpperLimit>20</UpperLimit>
    </TestStep>
    <TestStep type="TapPlugin.TestTestSteps.VerdictStep">
      <ChildTestSteps />
      <Enabled>True</Enabled>
      <EndVerdict>Pass</EndVerdict>
      <Name>Verdict Step</Name>
    </TestStep>
    <TestStep type="TapPlugin.BasicSteps.IfStep">
      <Action>RunChildren</Action>
      <ChildTestSteps>
        <TestStep type="TapPlugin.TestTestSteps.StepException">
          <ChildTestSteps />
          <CrashState>Run</CrashState>
          <Enabled>True</Enabled>
          <Name>Step Exception</Name>
        </TestStep>
      </ChildTestSteps>
      <Enabled>True</Enabled>
      <Name>If (1)</Name>
      <TargetStepName>Verdict Step (Tests\Verdict Step)</TargetStepName>
      <TargetVerdict>Fail</TargetVerdict>
    </TestStep>
    <TestStep type="TapPlugin.TestTestSteps.DutConnectionTest">
      <ChildTestSteps />
      <Dut>0</Dut>
      <Enabled>True</Enabled>
      <Name>DUT connection Test</Name>
    </TestStep>
  </Steps>
</TestPlan>