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 14:47:16 #6
 kumarsingh   Member Since: April 2009    Total Comments: 3 

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

1) Leave blank 3 mandatory fields

2) Leave blank 2 mandatory fields

3) Leave blank 1 mandatory filed


Comment: for 1,2 and 3 valid error message need to displayed.


4) Leave blank 3 optional fields

5) Leave blank 2 optional fields

6) Leave blank 1 optional field


Comment:

-use 4,5 and 6 entering all the mandatory fields. Without error message task
should be performed

-use 4,5, and 6 along with above 1,2, and 3 test cases. Respective error message
should display.


7) Enter all the mandatory fields and all the optional fields

Comment: Task should be performed.


8) Enter all the mandatory fields and no optional fields

Comment: Task should be performed.


     

 

Back To Question