07-28-2016 08:09 AM
Hi,
Can I get an advice on indexing an array of container using teststand expressions and adding the value in the same container and update the value in the Teststep. The Portion which i need to index and update is shown in below picture. Please share some ideas to do the same.
07-28-2016 10:23 AM
Step.TS.SData.Calls[0].ClassName = "Whatever you want here"
07-28-2016 10:30 PM
Hi Jiggs IT worked.
07-28-2016 11:03 PM
Hi All,
Actually my requirement is Load a .dll file into the Assembly path using the expressions into my .net code module step as shown in the figure1.png, and to full fill that i am writing the expression as shown in figure2.png. but i am unable to load the .dll file using the expression as i am doing now. Please let me know if i am doing it wrong and advice me in what metheod i can load the .dll file using the expression.