Page 1 of 1

web transaction scenario

Posted: Tue May 07, 2019 6:41 pm
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

Re: web transaction scenario

Posted: Wed May 08, 2019 5:03 pm
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.