HP ALM 12.5 - How to Make Test Sets Read Only in Test Lab Module
问题 I am trying to make particular test set Read Only, meaning no one will be able to run, delete or modify these particular test set. I also don't know how to make Test Sets and also Folders Read Only for Delete and Modify functions yet, any help there I will be thankful too): In Test Lab module Script --> TestSet_MoveTo Sub: If TestSet_Fields.Field("TC_Cycle_ID").Value = 103 Then Actions.Action("TestSetView.Run").Enabled = FALSE Actions.Action("TestSetView.RunTestSet").Enabled = FALSE Else