Wednesday, October 6, 2010

What is a Test Case and Types of Test Cases


What is A Test Case, Test Step, Test Suit & Test Scenario

Test Case
  • A set of test inputs, execution conditions, and expected results developed for a
particular objective, such as to exercise a particular program path or to verify compliance
with a specific requirement.
                                                (OR)
  • A sequence of one or more subtests executed as a sequence because the outcome and/or
final state of one subtest is the input and/or initial state of the next. The word ‘test’ is
used to include subtests, tests proper, and test suites.
                                                (OR)
  • Simply we can define as The documenting (group of test step) the application flow.

Four Types of Test Cases

1        Functionality Test Cases
2        User Interface Test Cases
3        Performance Test Cases
4        Integration Test Cases
5        Usability Test cases
6        Database Testing Test Cases
7        Security Test Cases
8        User Acceptance Test cases
9        Unit test cases....................etc

No comments:

Post a Comment