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
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
What are the uses of test plans? What is the need of test plans and explain their significance
What is a defect?
Explain unit testing, integration tests, system testing and acceptance testing?
what are metrics and what are metrics did u collect in you are project
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...
need testing projects where can i find them
What is test closure?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
What is the difference between functional requirement and non-functional requirement?
What are the different servers and difference between them?
How much the bug is affecting the functionality of the application?
What is the difference between a defect and a failure?