public void ExecuteStep(TestStep step) { this.Target = this.Parse(step.Target); this.Value = this.Parse(step.Value); step.Command.Execute(this); }