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
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
What is known as data-driven testing?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
HOW TO CREATE SRS REVIEW REPORT TO PL?
How can you prepare the resume for testing? Can you send me the answer for this questions?
In how many ways you perform batchtesting ?
Describe your personal software development process.
few automation basic questions One question to write a scriot in any language you know.
what is the function generator?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
What is white box testing, and what are the various techniques?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What are the basic forms of variations?
what is prototyping model,RAD model V model, spiral model?????