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  >  Test Cases

 Print  |  
Question:  for a triangle(sum of two sides is greater than or equal to the third side),what is the minimal number of test cases required.




October 10, 2005 13:03:10 #3
 rashmi ranjan nayak   Member Since: Visitor    Total Comments: N/A 

RE: for a triangle(sum of two sides is greater than or...
 
generally , we will calculate the the number of test cases that depends on the perticular module and its complexity.minimum number of test cases=(number of inputs)multiply(1.6) (approx. calculation)
     

 

Back To Question