9
SOFTWARE QUALITY ASSURANCE TEST CASE Seminar: Oana FEIDI Quality Manager – Continental Automotive

Testcase definition

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Testcase definition

SOFTWARE QUALITY ASSURANCETEST CASE

Seminar: Oana FEIDIQuality Manager – Continental Automotive

Page 2: Testcase definition

WHAT IS A TEST CASE?

Testing is a process centered around the goal of finding defects in a system [IEEE 829 Definition]

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.

Page 3: Testcase definition

TEST CASE STRUCTURE

http://wiki.meego.com/Quality/Test_case_template

Page 4: Testcase definition

TEST CASE STRUCTURE - INFORMATION Information contains general information about Test

case. Identifier is unique identifier of test case for further

references, for example, while describing found defect.

Test case owner/creator is name of tester or test designer, who created test or is responsible for its development

Version of current Test case definition Name of test case should be human-oriented title

which allows to quickly understand test case purpose and scope.

Identifier of requirement which is covered by test case.

Purpose contains short description of test purpose, what functionality it checks.

Dependencies

Page 5: Testcase definition

TEST CASE STRUCTURE - ACTIVITY

Testing environment/configuration contains information about configuration of hardware or software which must be met while executing test case

Initialization describes actions, which must be performed before test case execution is started. For example, we should open some file.

Finalization describes actions to be done after test case is performed. For example if test case crashes database, tester should restore it before other test cases will be performed.

Actions step by step to be done to complete test. Input data description

Page 6: Testcase definition

TEST CASE STRUCTURE - RESULTS

Expected results contains description of what tester should see after all test steps has been completed

Actual results contains a brief description of what the tester saw after the test steps has been completed. This is often replaced with a Pass/Fail. Quite often if a test case fails, reference to the defect involved should be listed in this column.

Actual results field will be filled in after running the test case

Page 7: Testcase definition

TEST CASE STRUCTURE - EXAMPLE

Page 8: Testcase definition

EXERCISE

Derive the test cases for the specification reviewed in the first seminar

Use the following template to design your test cases

Test case template

Page 9: Testcase definition

THANK YOU!