Announcement

Collapse
No announcement yet.

automated -Save as Baseline -

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

  • automated -Save as Baseline -

    How can I automated save the results from Performance Test 7 as Baseline ".pt" when I use scripting.
    e.g.
    pt.exe /s test.pts

    I know that I can perform this using the ".ini" file.
    e.g.
    pt.exe <file_format> <result_file> <initialization_file>


    But using the .ini File I always have to run all the tests.

    Thanks for your help.

  • #2
    It is not possible to save to a PT file using scripts. The only way to save the test results are using the following export functions.

    EXPORTHTML
    EXPORTTEXT
    EXPORTTEXTF
    EXPORTCSV

    ie. EXPORTTEXT "<filename.txt>"
    Last edited by Michael (Passmark); Feb-16-2009, 11:38 PM.

    Comment


    • #3
      It seems I was wrong about this, we have added a scripting option to export a .pt file in V7. The command is simply;

      EXPORTBASELINE "filename.pt"

      There is a bug in the current Beta that causes the incorrect system information to be recorded when using this script option. This should be fixed in the final release.

      Comment

      Working...
      X