Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How will you test Email field?

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


Please Help Members By Posting Answers For Below Questions

What is test plan and contents available in a test plan?

1183


What is system level testing?

1098


how will you test a wine filled bottle along with 100 glasses

2279


What is an entry criteria?

1111


Explain unit testing, integration tests, system testing and acceptance testing?

1220


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 ?

2292


What are the differences between web applications and client and server applications?

1208


What are testing techniques? What is difference between general and specific?

2169


explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?

2152


What are the Important test scenarios which can be used for testing a web site?

1193


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; }

1985


What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.

1893


is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?

2388


Architectural structure of the insurance project?

1240


Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.

2099