I tried it with the TestCase interface, put the "summary_type=regexp"
option into the query but could not get e.g. a complete String match
with "^The summary$".
What am I doing wrong? Thx,
Chris
Sorry, got it working that way. Just my fault.
Chris
In general, what part of the regexp syntax is supported?
Thx
Chris
I assume you are referring to regex in searches? Try escaping the \ (so \Q would be \\Q).
As Testopia is written in Perl, all Perl syntax for regex should apply. However, handling input as in the case of the regex searches, escaping is often necessary.
Greg