Powered By Blogger

Tuesday, October 26, 2010

QTP 11 - Close look at Regular Expression Evaluator

QTP 11 brings another cool tool called "Regular Expression Evaluator" (REE). This article discusses more about REE.

If we want to use any regular expressions during descriptive programming we need to understand forming the regular expressions. For example, we want to allow data set with first character as a capital case and followed by any number of alphabets, followed by numbers.

Let's start with REE.
To access REE Select the Tools > Regular Expression Evaluator menu command.

If you click on this button to show all the Regular Expression options:

It will be shown as below:



Let's play with this tool and familiarize yourself with regular expressions. For above mentioned example, regular expression will look like the below:


No comments:

Post a Comment