ArtOfTest.Common.Design.Exceptions.ExecutionException: Exception thrown executing coded step: '[EditPhysicalEnclosure_CodedStep] : Open edit physical enclosure: require physical name'. ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at System.Collections.ObjectModel.ReadOnlyCollection`1.System.Collections.Generic.IList<T>.get_Item(Int32 index)
   at OMS_500_Test.EditPhysicalEnclosure.EditPhysicalEnclosure_CodedStep() in d:\Inachis\Test\OMS_500\OMS_500_Test\PhysicalEnclosure\Libraries\EditPhysicalEnclosure.tstest.cs:line 87
   --- End of inner exception stack trace ---
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteSteps(AutomationStepList stepList, TestResult testResult, Object codeBehindInstance, Boolean& stopExecution)