| |
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 10:10:09 |
#5 |
| tambui |
Member Since: September 2007 Total Comments: 5 |
RE: There are 3 mandatory fields and 3 optional fields :How many possible testcases can be written?How many positive testcases can be written? |
To anwser this question, we need to assume something.
We understand that we have several testing techniques to design test cases from user requirements. In this case, you mentioned something unclear, therefore it will be hard to anwser the question correctly. In this case, you need to clarify in details about the 3 mandatory fields and 3 optional fields. If not you can assume and anwser the question with your assumption. In addition, depend on how developers handle errors in this case. If they handle field by field, then the total test cases will increase. If they handle all fields at the same time, then the test cases will reduce.
That is why testing is so hard and flexible. Testing requires both systematical methods and experienced methods. |
| |
Back To Question | |