Announcement

Collapse
No announcement yet.

CommandLine : Script + Output result

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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..

  • #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


    • #3
      Originally posted by Tim (PassMark) View Post
      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...
      X