Can you use variables when calling a test case in Testing Framework
I am using PeopleSoft Testing Framework. I have a test where I want to dynamically call test cases from another test. I would like to use a variable for the test case name, but it seems like PTF is not resolving the variable, but treating it as text. Can I use a variable for the test case name?
Thank you