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


Please Help Members By Posting Answers For Below Questions

What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

3494


How does qtp identify the object in the application?

537


What is the extension of the recovery scenario file in qtp?

546


how to evalute defects in QTP script?

1489


What is Associate Repository in QTP 9.2 ?

603






how to do the batch testing in test director using manual testing procedure?

1778


What is the standard timing delay for web based application in qtp?

587


How to save your test using quicktest professional (qtp)?

599


Shall we add Local Repository to shared object repository,if yes,how we add

5694


write the vb script for call to new action in qtp?

1861


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

1527


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

1721


What is a Patch in QTP?

605


Explain calling sub procedure.

624


How often were they executed?

2039