Test Cases
A test case in software engineering is a set of conditions
or variables under which a tester will determine whether an application or
software system is working correctly or not.
Test case consist
of set of input values, execution precondition, excepted Results and executed
post condition, developed to cover certain test Condition. While Test scenario
is nothing but test procedure.
A Test Scenarios
have one to many relation with Test case, Means A scenario have multiple test
case. Every time we have write test cases for test scenario. So while starting
testing first prepare test scenarios then create different-2 test cases for
each scenario.
Test cases are derived (or written) from test scenario. The
scenarios are derived from use cases.
Test Scenario represents a series of actions that are
associated together. While test Case represents a single (low level) action by
the user.
For example:
Checking the functionality of Login button is Test scenario
and
Test Cases for this Test Scenario are:
- Click the button without entering user name and password.
- Click the button only entering User name.
- Click the button while entering wrong user name and wrong password.
In short, Test
Scenario is ‘What to be tested’ and Test Case is ‘How to be tested’.
TEST CASES RELATED ARTICLES:-.
- Test Cases for Security Testing (Click Here...)
- Test Cases for Cookie Testing (Click Here...)
- Android App Test Cases (UI Related Scenarios) (Click Here...)
- Test cases for android (Memory related and some general scenarios) (Click Here...)
- Test Cases For Games Apps / Checklist for Games Apps (Click Here...)
- Test cases for Windows app / Windows Phone Test Checklist (Click Here...)
Comments
Post a Comment