What methodologies have you used to develop test cases?

Showing Answers 1 - 2 of 2 Answers

ARMS

  • May 3rd, 2005
 

Equivalence Class Partioning, Boundary Value Analysis.

  Was this answer useful?  Yes

BISWAJIT PANI

  • Jun 16th, 2006
 

There are mainly 3 methods to Design a test case..

1) Error Guessing ( May not be a Official Process )

2) Equivalence Partitioning

   a) If the input is a Set of Value then take 1 valid and  2 invalid values

   b) If the input is a Range of Values then take 1 valid and 2 invalid values

   c) If the input is Boolean value then test for both True and False values

   d) Lastly Devide the whole range of input values in to some equal part and

      take all valid values with 2 invalid  values

3) Boundary Value Analysis

Regards ,

Biswajit Pani ( 09986183456)

panibiswajit@yahoo.com

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions