SilkTest Question 20: How to use regular expression in Silk Test?

The QA engineer would like to know how to use regular expressions in the test case to verify that certain string has the valid format?

Unfortunately, SilkTest does not support POSIX or Perl style regular expressions even in the recent 8.0 version. The smart Quality Assurance Engineer can use question mark (?) to match any single character or asterisk (*) to match any string of zero or more characters. The following function SubStr, MatchStr and GetFiled might be useful, but all of them have some limitations.

No comments:

SilkTest interview questions for QA Testers