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