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
Answers were Sorted based on User's Feedback
Answer / pradeep chowdary
This abc@gmail.com is not valid email
because before @ symbol there must be min 4 to max 15
characters that means min 4 characters must and should
Therefore it is not a valid email
This is as per my knowledge
If it is wrong pls correct me
PradeepChowdary
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
how i can delete the excel process for the task manager using QTP
how to identify the objects if application consists of objects that have same properties.
What is use of object spy?
Can we Test Welcome Screens and Process Images with QTP
How to build scripts that access data from external sources?
Under what conditions would you recommend QTP for future projects?
what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, then how many you choose for automation. what is criteria of selecting?
3 Answers Aricent, Delhi University, TCS,
How to Test the mainframe application?(tell me few basic things)
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
4. what is the use of Text output value in Qtp?
How do you perform testing on web based application using qtp 9.2?
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?