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
Where we use data driver in qtp?
What is difference between shared and local object repository?
Can we use index on view?
How may types of defects identify application or your currently working application?pls give me answer..
They asked by using qtp recording writing scripting
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
What is checkpoints for quicktest professional?
What are advantages of test automation?
banking domain description for software tester for interview
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
what type of framework u r using in ur organization