The below function resolved my issue.
Function ManualRunner_ActionCanExecute(ActionName)
On Error Resume Next
ManualRunner_ActionCanExecute = Project_DefaultRes
Msgbox ActionName
' TestConfiguration
On Error GoTo 0
End Function
Thanks,
Subbarao
The below function resolved my issue.
Function ManualRunner_ActionCanExecute(ActionName)
On Error Resume Next
ManualRunner_ActionCanExecute = Project_DefaultRes
Msgbox ActionName
' TestConfiguration
On Error GoTo 0
End Function
Thanks,
Subbarao