Hi,
I'm wondering if it's possible when launching the analysis via the command line, can I specify a template that isn't imported in the LoadRunner analysis?
I have copied the template files from loadrunner, and put them in a directory: C:\LoadrunnerCI\Templates\Percentile90\
When I try any of the variations below, it just brings up the analsys but doesn't create the reports and shutdown the analysis (as instructed in the template configuration).
"C:\Program Files (x86)\HP\LoadRunner\bin\AnalysisUI.exe" -RESULTPATH C:\Bamboo\Results\NamePassedIn\NamePassedIn.lrr -TEMPLATENAME " & "C:\LoadrunnerCI\Templates\Percentile90\Percentile90.tem"
"C:\Program Files (x86)\HP\LoadRunner\bin\AnalysisUI.exe" -RESULTPATH C:\Bamboo\Results\NamePassedIn\NamePassedIn.lrr -TEMPLATENAME " & "C:\LoadrunnerCI\Templates\Percentile90\"
"C:\Program Files (x86)\HP\LoadRunner\bin\AnalysisUI.exe" -RESULTPATH C:\Bamboo\Results\NamePassedIn\NamePassedIn.lrr -TEMPLATENAME " & "C:\LoadrunnerCI\Templates\Percentile90"
But, if I manually import that template into the LoadRUnner analysis and run it, it works.
I take it I must have the template imported before I can use it?
Cheers,
J