Hrabovszki1023 / OKW

Framework for Keyword-Driven Test
https://www.openkeyword.de
7 stars 1 forks source link

[core] VerifyLabelREGX( FN, ExpVal ) #104

Closed Hrabovszki1023 closed 8 years ago

Hrabovszki1023 commented 8 years ago

As a functional tester I need regular expression match for complex matching.

Example

"REGX" Regular Expression Match

VerifyLabelREGX( "Email", "([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)" )
Email pattern: match with zh@openkeyword.de

Done-list:

Implementation:

Use case with ANTLR/OKWParser:

Hrabovszki1023 commented 8 years ago

Done