Disable Test Step Deleting during runs
Question ID: 107519
0
0

We have run into issues where users are deleting steps inside of the test runs and causing them to disapear from the test plan. Can we disable deleting test steps during the run?

Marked as spam
Posted by (Questions: 122, Answers: 3)
Asked on April 4, 2017 1:27 pm
34 views
Answers (1)
0
Private answer

You can use the below workflow snippet to disable the delete steps button inside of the run.

Sub Run_MoveTo
On Error Resume Next
Actions.Action(''StepsView.DeleteStep'').Enabled = False
On Error GoTo 0
End Sub

Marked as spam
Posted by (Questions: 3, Answers: 168)
Answered on April 4, 2017 1:27 pm
EyeOnTesting

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

X
Scroll to Top