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?




September 09, 2008 02:18:40 #3
 srinivasulub1981   Member Since: December 2005    Total Comments: 373 

RE: There are 3 mandatory fields and 3 optional fields :How many possible testcases can be written?How many positive testcases can be written?
 
Hi

   It would be a better help if mentioned the field type, now we can write the cases only for Optional or mand fields. Briefly we can write the cases like below

1. Submit the page with empty optional fields and verify whether the val msgs shown for optional fields

2. Each time leave any one of the optional feilds, submit the page and verify whether the val msgs shown

3. Submit the page with empty mand fields and verify whether the val msgs shown for mand fields

4. Each time leave any one of the mand feilds, submit the page and verify whether the val msgs shown


     

 

Back To Question