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
How you can delete excel file in qtp?
How will you check that your test cases covered all the requirements?
How many lines of code in each script of QTP?
how to test Web application using QTP software
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What are the features of quick test pro(qtp)?
What is the difference between per-action and shared?
how did u use automating testing tools in ur job?
How to capture a window in QTP?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How many types of recording modes are there?
what is the hierarchy to use properties in descriptive programming
What are the differences between table and db checkpoints?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??