Я могу рассказать вам о тестовых случаях, которые мы создали для atlassian suite, возможно, вам поможет пример, этот случай - тот, который мы создали для CONFLUENCE
TESTDATA FILE
confluence_Basic_AD_Login_testdata.xml (сначала вход в веб-приложение, а затем проверка входа путем проверки панели мониторинга)
<testcases repeat="1">
<case
id="1"
description="Get Confluence Login Page"
method="post"
url="https://confluence.company.com/login.action"
postbody="os_username=conflumin&os_password=conflumin123"
errormessage="Unable to connect to the login page of Confluence"
verifypositive="Username"
logrequest="yes"
logresponse="yes"
/>
<case
id="2"
description="Authentication by AD to Confluence"
url="https://confluence.company.com/dashboard.action"
verifypositive="Dashboard"
errormessage="Unable to authenticate user in Confluence"
logrequest="yes"
logresponse="yes"
/>
</testcases>
ФАЙЛ КОНФИГ.
файл: confluence_Basic_AD_Login_config.xml
<testcasefile>confluence_Basic_AD_Login_testdata.xml</testcasefile>
<useragent>WebInject Application Tester</useragent>
<timeout>10</timeout>
<globaltimeout>30</globaltimeout>
<reporttype>nagios</reporttype>
Вот и все, и проверка работает с NagiosXI.Надеюсь, это поможет вам.
Карина