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  >  Tech FAQs  >  Testing Definitions

 Print  |  
Question:  what is meant by Positive Testing and Negativr Testing?



December 12, 2005 04:05:03 #2
 Satya Prakash   Member Since: October 2005    Total Comments: 2 

RE: what is meant by Positive Testing and Negativr Tes...
 

Positive Testing is carried with an idea of checking whether the Application works as per requirements or not. In otherwords, making sure of whether the system does what it should really is intended to do(generally this is a typical developer's attitude)

Negative Testing is trying to make sure that the application "does what it should not and does not what it should"(generally, this is a typical tester's attitude)

     

 

Back To Question