×
Menü

Konfiguration des Agenten

Um den SoapUi-Agenten zu konfigurieren und zu starten entpacken Sie AquaSoapUIAgent-*.zip. Hier öffnen Sie die agent.properties und geben den agentCode und die aquaServiceUrl ein:
 
agentCode=pvq6wrb70huknv47ji39
aquaServiceUrl=http://youraquaserver/aquaAPI/aquaagentwebservice.asmx
updateInterval=15000
#The logging level for the execution log sent to the server
# ERRORS_ONLY   : Only abnormal results are logged
# RESULTS_ONLY  : Only results are logged
# DETAILED      : Information on assertions, property transfers and exceptions is logged
# MESSAGE_DUMPS : Request and Response contents are logged
agentLogLevel=ERRORS_ONLY
#The path to the temp directory. The directory must exist when starting the agent.
#Please use \\ to seperate directories.
#Absolute and relative paths are allowed:
#  - D:\\temp
#  - temp
tempDirectory=temp
#Files in temp folder are deleted after the execution finished (true or false)
deleteTempFiles=true
proxyHost=
proxyPort=
proxyUsername=
proxyPassword=
 
Dann öffnen Sie die Datei agent.bat im Editor und überarbeiten die Zeile
 
if .%SOAPUIPATH% == . set SOAPUIPATH=c:\Program Files\SmartBear\soapUI-4.5.1
 
mit Ihrer aktuellen Version. Ihr Agent kann nun gestartet werden, indem Sie agent.bat ausführen.