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  >  Testing Scenarios

 Print  |  
Question:  There are 3 mandatory fields and 3 optional fields :

How many possible testcases can be written?

How many positive testcases can be written?




April 04, 2009 01:36:39 #4
 mathan_vel   Member Since: December 2007    Total Comments: 350 

RE: There are 3 mandatory fields and 3 optional fields :How many possible testcases can be written?How many positive testcases can be written?
 
i. One Positive Test case which will cover all the fields(Valid Data)
ii. Four Negative Test case (one for all empty field and 3 for invalid data for all 3 individual fields)
     

 

Back To Question