So I created a Web Scenario for Zimbra web UI. It logs in, opens the inbox, then sends an email.
When email goes ok, the inbox is printed with 'Message sucessfully sent' on the top, otherwise 'Message sending failed', or something close.
I used firebug to get the contents of the POST that sends the message and used as test string for the regular expression I created, the test works fine, but using the regex on the Scenario Step gives me "Page didn't Match" error.
Is there anyway I can see what is the content that Zabbix is using to match so I can find what's wrong?
When email goes ok, the inbox is printed with 'Message sucessfully sent' on the top, otherwise 'Message sending failed', or something close.
I used firebug to get the contents of the POST that sends the message and used as test string for the regular expression I created, the test works fine, but using the regex on the Scenario Step gives me "Page didn't Match" error.
Is there anyway I can see what is the content that Zabbix is using to match so I can find what's wrong?
Comment