ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
How will you test Email field?
 Question Submitted By :: Pravin
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How will you test Email field?
Answer
# 1
check that the .com part is there or not.And also put some  
numeric arbit values on the field & then check the 
functionality.
 
Is This Answer Correct ?    1 Yes 3 No
Ananya
 
  Re: How will you test Email field?
Answer
# 2
i will go for penetration testing
 
Is This Answer Correct ?    1 Yes 4 No
Gavaskar
 
 
 
  Re: How will you test Email field?
Answer
# 3
E-mail address validation

Address = "A@b.c";      	-- Valid
Address = "A@b.cnet"; 	-- Invalid
Address = "A@b.c_";    	-- Invalid
Address = "A@bcnn";          	-- Invalid
Address = "Ab.cnn";            	-- Invalid
Address = "A@bc";             	-- Invalid
Address = "A@bat@.cnn"; 	-- Invalid
Address = "A@bat/.com";  	-- Invalid

Must not be too short and too long.
Only one @ in email address
Only one period ’.’or two periods.
No more than 3 characters after the final period (reverse 
find is 0 based not 1 based)com/ org/net/mil/gov
Should not have an underscrode after @ 
Allowed characters 0-9 A-Z _. @-

Byeee Friends
Rajendra
rajendra_penumalli@yahoo.com
 
Is This Answer Correct ?    6 Yes 2 No
Rajendra
 
  Re: How will you test Email field?
Answer
# 4
There are many validation for E-mail here i am defining some
of them.
Email format: vishal.bilgaiyan @ gmail.com
              |______________||_||___| |___|
                  (1)         (2)  (3)  (4)
I have devided Email ID in 4 parts..
In first part we have to check invalid condition input
spaces, Left blank, use special character, symbols etc.

In Second part we have to check invalid condition input
other specail character [!#$%^&*()_-:;"'?/|\) at the place
of @. left thisfield as blank. input spaces.etc.

In third part we have to check invalid invalid domain.

In fourth part we have to check only valid
suffix(.com,.co.in,.edu,.info,.org,.in etc)

every time EmailID should be in well manner.
like vishal.bilgaiyan@gmail.com

Let me know if you have any problem regarding this issue.

Thanks to all of u...
bye
 
Is This Answer Correct ?    6 Yes 1 No
Vishal Bilgaiyan
 
  Re: How will you test Email field?
Answer
# 5
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 ?    2 Yes 0 No
Naveen Kumaran.a
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
At the time Design of Specification , there is ANY need of QA Team . if Yes Then why ?  3
What is risk analysis?  2
Hi freinds..im priyan 4rm banglore. i recently got an job on 2+(manual testing) by faq experience.in 2 days im going 2 join in company. now, can u any tel me pls how s there n company & environment. and what work did they give for me in starting & vat work shal i do there..? pls give me reply & help me soon. pls dont mind.  6
can any body explain about BVA and ECP briefly?  2
What is configuration Management What is change management What are Severity and priority levels What is Data integrity and Data validity What are the browsers available and explain their versions Is it possible that Quality variates project to project What are GUI Map files and explain their Contents What is Data base check point and why we go for that What is the difference between the Client server application and a Web application Does Winrunner Supports Web applications What is process Management What is an Error, Defect, Bug What is Quality Which version of Winrunner you are using What is Build Verification and why we go for it What is Defect density What is Integration testing What is Static testing and types of Static testing What is Validation testing what is Data driven testing and why we go for data driven testing what is the definition of Testing What is Sanitation Testing Semantic-Space1
what are different reports prepared by a tester and their templates.  3
What are the Blackbox Testing Techniques? GE5
write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ? CTS1
whatis the diffrence bug ,error,defect Manhattan11
1. After completing testing , what whoulds you deliver to the client ?  1
What is Functinal Equivalent Test? Valtech2
What is backward compatibility testing  1
What are the advantages of Automated Testing?  1
To write the test case for Login Window test condition is 'User must be created'so while writting test case for Login window may I have to write all steps of creating user or how should I write test cases Infotech2
How u write the test cases after studing the RSD and FSD CTS1
what is the formal technical review Accenture1
10.List five words that best describe ur strengths? VJIL-Consulting1
what are the initial templates used in a project (glamorous...)  1
Hi frnds,im roopesh. i got job in an MNC company on FAQ experience(2.6yrs)..though i know the subject,but i dont know the real time process in a company. so pls can any one tell me vat is the work that i get first & what should i do ? in starting day ven i enter into company vat is environment there ? so pls frnds send the answer soon & give me support plzz..thanking u all.....  10
Is testing is done for ERP Products.?? like SAP R/3,If yes please send me a notes/Details. Thank you in advance Ness-Technologies1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com