08-30-2011 11:59 AM
Is it possible to edit the STATION_ID value? I have been told that TestStand (4.2) picks this value up from the NetBIOS or Windows machine name in the domain, but this is subject to a 15 character limitation. How can I add a prefix or suffix that is determined in the sequence? Please be specific as I am not a TS developer. Thanks.
08-30-2011 01:16 PM
08-30-2011 01:18 PM - edited 08-30-2011 01:25 PM
Just realized this isn't the same thing. Let me get you the correct info.
OK got it:
Place a Statement step in your sequence and put the following in there:
RunState.Root.Locals.StationInfo.StationID = Locals.MyModifiedMachineName
08-30-2011 10:34 PM - edited 08-30-2011 10:35 PM
.