Skip Navigation LinksHome Page > Forums > RemoteLaunch Forums > RemoteLaunch Automation E... > Possibility to pass param...
I'm running some UFT test cases from Spira:- setting UFT as Automation Engine- setting in FileName parameter the path to the test case to run (ie, "C:\UFT_Test\TestDemo").This test case works without any issue.
From Spira, I'd like to pass a parameter to this test case, ie ParameterValue1.
Is it possible to do so? is there a way to retrieve this parameter from UFT script?
Thank you.
Yes, you can pass parameters from SpiraTest by adding them to the Test Run Parameters section of your Test Set in Spira. To retrieve them in UFT, use the TestArgs object within your script, for example: val = TestArgs("ParameterValue1").
And if you have any questions, please email or call us at +1 (202) 558-6885