Test status not updating in Test Lab grid
Question ID: 105320
0
0

When we run a test directly from UFT 11.52 and save the results to a QC test set the test grid in the test lab is not updated with the latest run status. The run is saved and can be seen with the correct status by opening the test details. Why is the run status not being reflected in the test grid. This works correctly if the test is executed directly from ALM and this only occurs when the test is run direct from UFT. Why is this occurring?

Marked as spam
Posted by (Questions: 100, Answers: 5)
Asked on February 28, 2014 2:44 pm
102 views
Answers (1)
1
Private answer

HP has stated that this is now expected and is new functionality going forward. This is explained in KM00746732 from HP. This is due to the draft run field on the Run being set to ''Y'' to make the run status appear in the test grid you can manually set the value of the Run field to ''N'' or I have found another alternative in the end of a UFT script add this line if you want the test grid to be updated:

QCUtil.CurrentRun.Field(''RN_DRAFT'') = ''N''

Marked as spam
Posted by (Questions: 0, Answers: 364)
Answered on February 28, 2014 2:45 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top