Skip to content
Xuetao Niu edited this page Feb 9, 2016 · 26 revisions

Prerequisits

  • Java 7+ installed
  • Minimal 512M free memory

Install and run Paxml as system command

  • Download the latest release and unpack the file.
  • Set system environment variable PAXML_HOME to the folder that contains paxml.sh and paxml.bat
  • Add PAXML_HOME into the PATH enironment variable so that the paxml command is available from any location.
  • To run a Paxml file, put the file name (without the .xml extension) after the paxml command. The given file and all its dependencies will be searched from the current directory including all subfolders, and then the file will be run. For example:
paxml MyScenarioFile

Use Paxml in your project

You could let Paxml manage your system test, e.g. read from test plan, drive web browsers and check the content within, as well as automating test report generation. You would need to take Paxml artifacts as your project dependency. Please find the details of the dependency info at http://mvnrepository.com/artifact/org.paxml/paxml-all

Clone this wiki locally