Document
DocName Project Version FullName ShortDescription
TC_TP RailwayCrossing V2 TestCase_TrainPrecedence
TestCase
Description
This testcase tests the strategy that the trains takes precedence. The scenario is as follows:
There are three tracks, track1 and track2 consists of regular trains, and track3 consists fast trains.
All trains have a breaking phase of 5 seconds and they must meet a mininmal distance of 10 seconds.
For track1 and track2 the following assumptions are made:
ts1: The duration to approach the first sensor is 120 seconds.
ts1Sig: The duration between the first sensor and the signal is 30 seconds.
sigTs2: The duration between the signal and the second sensor (shortly behind the gate) is 60 seconds.
On each track, every 120 seconds, a new train is created, with an offset of 30 seconds between the two tracks. 
For track3 the following assumptions are made:
ts1: The duration to approach the first sensor is 90 seconds.
ts1Sig: The duration between the first sensor and the signal is 15 seconds.
sigTs2: The duration between the signal and the second sensor (shortly behind the gate) is 30 seconds.
On track3, every 210 seconds, a new train is created. 
Results
Description