Forum Discussion
Intermountain_H_3
13 years agoContributor
Project level property doesn't seem to work any better.
I add this to my command line: -poutputDirectory="%OUTPUTDIR%". The property is defined and empty in my saved project. My loadTestOptions.StatisticsLog.LogFolder contains: ${#Project#outputDirectory}.
No step-dependant statistics files are stored upon command-line execution.
If my project is stored with a directory contained in that project property, there is a .log file stored for each test step in the specified directory.
It appears I can get by with the <loadtestName>-statistics.txt file specefied by -f"%OUTPUTDIR%" for now.
I add this to my command line: -poutputDirectory="%OUTPUTDIR%". The property is defined and empty in my saved project. My loadTestOptions.StatisticsLog.LogFolder contains: ${#Project#outputDirectory}.
No step-dependant statistics files are stored upon command-line execution.
If my project is stored with a directory contained in that project property, there is a .log file stored for each test step in the specified directory.
It appears I can get by with the <loadtestName>-statistics.txt file specefied by -f"%OUTPUTDIR%" for now.