web transaction scenario

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dwightharry
Posts: 2
Joined: Fri May 03, 2019 4:07 pm

web transaction scenario

Post by dwightharry »

Is there a response log to see what's going on when I setup the web transaction? I'm troubleshooting scenario to log into application and want to verify if it successfully logs in or not if I change password in test case.

<case
id="1"
description1="Authentication on MyApplication"
method="post"
url="https://myapplication.com/login"
postbody="username=user1&password=pass1&mykey={PARSEDRESULT}"
verifynegative="Invalid User"
errormessage="Unable to authenticate user in MyApplication"
/>
<case
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: web transaction scenario

Post by cdienger »

The usage menu looks like:
Usage:
webinject.pl [-c|--config config_file] [-o|--output output_location] [-n|--no-output] [testcase_file [XPath]]
webinject.pl --version|-v
Try adding -o and a file location to the command and let us know if that gives you what you're looking for.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked