public override void Run() { // ToDo: Add test case code. RunChildSteps(); //If the step supports child steps. MyInst.Marker(MarkerNo, MarkerMode, MarkerTableStatus, TraceNo, MarkerFreq); // If no verdict is used, the verdict will default to NotSet. // You can change the verdict using UpgradeVerdict() as shown below. // UpgradeVerdict(Verdict.Pass); }