Answer Posted / naveen kumaran.a
public boolean isValidEmailID(String emailID)
{
boolean valid = false;
if (emailID)!= null)
{
Pattern p = Pattern.compile(".+@.+\\[a-z]+")
Matcher m = p.matcher(emailID);
valid = m.matches();
}
return valid;
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is test plan and contents available in a test plan?
What is system level testing?
how will you test a wine filled bottle along with 100 glasses
What is an entry criteria?
Explain unit testing, integration tests, system testing and acceptance testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What are the differences between web applications and client and server applications?
What are testing techniques? What is difference between general and specific?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
What are the Important test scenarios which can be used for testing a web site?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Architectural structure of the insurance project?
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.