How can I make the the Test Sets within the Test Lab module read only?
♥ 0 |
I am trying to make a particular test set in the Test Lab module Read Only so no one will be able to run, delete or modify these particular tests. I found the following script, which will keep anyone from running the tests, but I also need to prevent them from being deleted or modified. Actions.Action("TestSetView.Run").Enabled = FALSE When I try to put a particular test set in the following If Then Else logic, it breaks the previous code, as it still doesn't show "Run" for all test sets, including the Test set with ID 20. If TestSet_Fields.Field("TC_Cycle_ID").Value = 20 Then
Marked as spam
|