Template: Test Case Template
A tool that helps developing test cases as per the QA standards in FNFG.
Extends and Replaces: Project Artifact
Relationships
Related Elements
Main Description

Test case will have known input or action and an output or expected result. It also includes a description of the functionality to be tested, and the setup/preparation required to ensure that the test can be conducted.

Below is the guidance to help understand the columns on the Test Case Template. ‘TestCaseTemplate’ will be used to upload the test cases in to ALM.

Subject (ALM Path): Specify the test subject folder in which the test is created. To create tests in subfolders of the Test Plan tree, separate each hierarchical level with a backslash (\) character. Make sure not to use a forward slash.

Test Name: Enter test name as following FNFG test naming convention:

<Application Code>_<Activity Code>_<Test Case Number>_<Test Case Type> - Short Description 

E.g.: FNWEB_ADMIN_004 - Create a new Customer ID

FNWEB – Application Code
ADMIN – Activity Code
004 – Test case Number
Test Case Type – Can be optional

Test Case Description: Short description of how this test case covers application functionality.

Comments: Precondition - Enter your Precondition of test case, once test case uploaded you can find your precondition in Comments tab of Test Plan Module.

Step Name: Sequential steps of test case.

Design Steps: Action to be performed.

Expected Result: The expected result of action.

Test Case Designer: Name of test case author.

Responsible Tester: Designated tester who will be responsible for this test case’s execution.

Description
More Information