Test command -signal Evaluation

Today to resolve what xml format Test command.

The first words of a doubt, the Test Automation Editor can edit xml format test moudle. But the thing I do not know where to download. On the company's website vector also never found. .

  The first is this Structuring Elements (structural elements):

  Which contains the Test Module, Test Group, Test Case , Test case Template, Test Case Instance

  This seems to be nothing to talk about. It is that some structural elements. .

Next is the Test service Library (test service library) checks (checks)

 

  The first <novaluechange>

<novaluechange title="Title of check">
  // CAN signal, LIN signal, FlexRay signal, environment variable or system variable
</novaluechange>

  

  This check can be used to check whether the signal, or system environment variable has changed. In the event of a transformation will lead check fails.

 

 

 Next is <signal_cycletime_abs>, for checking a specific CAN signal absolute period of time. min and max are set to be

<signal_cycletime_abs title="Title of check" min="Minimum time difference in one signal cycle (in ms)" max="Maximum time difference in one signal cycle (in ms)">
  <cansignal name ="SignalName">
</signal_cycletime_abs>

  

 

  Then <value_valid>, for checking the signal value of the variable environment or system, when the value range check signal is not, the environment variable as a check out will lead to Failure.

  A special case is (dynamic range) can be used to define the other two symbols (signals, environment variables) to form a threshold condition. Each update range symbols will trigger the re-examination.

  

  Grammatical structures:

<value_valid title="Title of check">
  // CAN signal, LIN signal, FlexRay signal, environment variable or system variable
  // with value condition
</value_valid>

 

Guess you like

Origin www.cnblogs.com/ichbinhere/p/11688692.html