GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing

 Print  |  
Question:  What is Negative Testing :- And Justify the same

Answer: some one Reply for this question


November 11, 2005 02:58:27 #6
 Lucy   Member Since: Visitor    Total Comments: N/A 

RE: What is Negative Testing :- And Justify the same
 

In negative testing you would test to fail.

eg.If you need to test a name field, this should accept only alphabets.

So testing with alphabets is positive testing where it will allow you to enter and accepts alphabets. In negative testing you will test the name field for number, symbols alphanumerics to see whether it allows to enter or accept it. It should not allow. This is negative testing

     

 

Back To Question