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
Can anybody post some real time scenario in qtp? please its very urgent.
How will you handle java tree in qtp?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What is reusable action?
after click on compose mail how can we attached a file in qtp with vbscript code
How can i check items sorted or not in a weblist ? Give me the script for this...
How qtp recognizes the object?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How does quicktest professional (qtp) identifies the object in the application?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How is the Bitmap checkpoint different from Image checkpoint?
What are the different properties of an web object
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
Explain in brief about the quicktest professional (qtp) automation object model?
what is keyword driven testing in qtp?n how is it useful?