Hello,
i am using TS3.5 and want to create a report with only selected teststeps included.
For this i created in my custom teststeos a container called "Config" and inside this container a
bool-parameter called "ShowIt".
Then i opended Teststand -> Configure -> Report-Options and set
"Result Filtering Expression" to "Config.AddIt == True"
When i run then the sequence i get a popup after finishing which says:
ActiveX Error
sCode = 0xffffbc66
Description: Unknown variable or property name "Config"
Error accessing item "Config".
But when i copy the parameter "AddIt" into Result.AddIt and change the
"Result Filtering Expression" to "Result.AddIt == True" then it works!
Why cant i use a custom container for this filtering?
The standard-teststand models stops then with Error in the TestReportCallback at teststep "Get Report Body (DLL)"
Thanks for your help.