CommandLine : Script + Output result

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sannazzarotiti
    Junior Member
    • Jul 2015
    • 2

    #1

    CommandLine : Script + Output result

    Hi,

    I would like to execute specific test AND have an output result.

    I tried this : PerformanceTest64.exe /s "c:\Script.ptscript" /ac "result.csv"

    it give me the csv but he execute all tests. If i use only /s "c:\Script.ptscript", it's working...

    How can i use both parameters in my command line ?

    Thanks for your help..
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #2
    As mentioned in the /a Auto-Launch description, The /a options can not be used with the /s option.

    When using a script you can use the EXPORTCSV command to save the results in a CSV file and the EXIT command to exit PerformanceTest after the tests have finished.

    Comment

    • Sannazzarotiti
      Junior Member
      • Jul 2015
      • 2

      #3
      Originally posted by Tim (PassMark)
      As mentioned in the /a Auto-Launch description, The /a options can not be used with the /s option.

      When using a script you can use the EXPORTCSV command to save the results in a CSV file and the EXIT command to exit PerformanceTest after the tests have finished.
      It's perfect, i didn't saw it in the documentation, i should take care (i find it now). Thanks for this answer.

      Have a good day

      Comment

      Working...