how to validate email?email ie correct or not ?with below
conditions.
1)before @(symbol) only alphbates and min 4 char to max 15
chars.
2)before @(symbol) only alphabates dont use ant special
chars or numarics
3) after @(symbol) only one dot(.)symbol
for ex:abc@gmail.com it is valid email or not based above
conditons
Answer Posted / rajkiran singh
Hope this will help;
^[\w-\.]{4,15}+@([\w-]+\.)+[\w-]$
if you want more references.. http://www.regxlib.com/
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain structured testing? plz guys with exp. do answer
How to get Traceability matrix from TD?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
what is output value in QTP and how it can be used in automation testing
How you can decide which type of object repository you have to use?
Write a script to customize the test results in PDF and HTML format.
What is quicktest professional?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
explain keyword driven framework with banking domain?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How many types of parameters are available in quicktest professional?
What is the difference between the keyword view and expert view?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?