webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Regular expression for string list

  • 1.  Regular expression for string list

    Posted Thu April 06, 2017 09:17 AM

    Hi everyone,

    I’m working on wm Test Suite, I created a flow service which stores the current date in a string list untill the loop exits. Here the test suite compares the output of the flow service with the expected output values stored in an XML file previously. So, I wanted to use regular expression in expected output values, so that the test never fails due to change in time.

    I’m using /^.*$/ as regular expression but still the test case fails due to miss match. And it works fine with Strings but not with Stringlist.

    Can anyone please resolve this issue?


    #webMethods
    #webMethods-BPMS
    #WmTestSuite-for-UI