Exemplo n.º 1
0
 public static TestStep StartTestStep(TestStep testStep)
 {
     testStep = new TestStep();
     testStep.SetStepStartTime(new StringHelper().GetFormattedDateTimeNow());
     testStep.SetJiraStartTime(new StringHelper().GetFormattedDateTimeNow("jira"));
     return(testStep);
 }