07-07-2017 11:17 AM
I am trying to append a Local Variable to make it to the test name. I get the results to go into a CSV file, how would I be able to change a local variable to set it as a test name?
07-07-2017 09:06 PM
Are assigning the value of the Local Variable to the test name or do you want to create a local variable with the name of the test?
BTW- what is Test Name in your context and where does it come from? It can mean a bunch of different things in TestStand.
Regards,
07-09-2017 05:06 PM
I am trying to assign a local variable to become a test name
07-11-2017 12:58 PM
Again, not sure where you are getting test name from and what it even means in your context. That is such a loose term and can mean a myriad of things. Are you talking about a step name? or the name of your sequence file? In TestStand terms what is test name?
Assigning a local variable in TestStand is as easy as:
Locals.MyVariable = "Test Name" in any expression.
If you want the name of a step: Locals.StepName = NameOf(Step)