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 |
Have you faced any problems with object repository?
Can we record using all the modes in a single script? Explanation with example is appreciated
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
How many ways is to parameterize the value?
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...