02-12-2008 04:03 AM
02-12-2008 04:24 AM
Hi Markus,
Try
Step.StepType()
StepType.Name(), this will return the name of the steptype eg "PassFailTest" for a Pass/Fail Test step type.
Regards
Ray
02-12-2008 03:40 PM
You can also use the expression function TypeOf() to return the same information. For instance, I made a message popup with the following expression as the message, and it displayed "MessagePopup"
TypeOf(Runstate.Step)