Test Case Data Object type

Q

What is a simple data object type for test case?

✍: FYIcenter.com

A

Here is a simple data object type for test cases.

Test_Case data type, in TestMan version 1.00, properties:

  • ID - Identification of this test case.
  • Name - A short name for this test case.
  • Status - The status of this text case. Examples are Active, Retired, etc.
  • Description - A long description of this test case including the test objective.
  • Priority - The level of priority of this test case. Examples are Low, Medium, High, etc.
  • Product - The software product to be tested.
  • Component - The component of the software product to be tested.
  • Function - The function of the component of the software product to be tested.
  • Condition - Description of conditions of the software that are required to execute this test case.
  • Impact - Description of impacts on the software after this test case is executed.
  • Parameters - Child object for a list of parameters that you can change to executed this test case in different ways.
  • Steps - Child object for a list of action steps to be performed when executing this test case.
  • References - Child object for a list of references that are related to this test case. Examples are requirement #, bug #, etc.
  • History - Child object for a list of modification history on this test case.

Examples of Test_Case object:

Test_Case
	ID: 111
	Name: User Login
    Status: Active
	Description: Make sure a user can login with a valid username 
	Priority: High
	Product: Facebook_Portal
	Component: Login
    Function: Allow_User_to_Login
    Condition: A valid Facebook username and password
    Impact: None
	Parameters: 
		URL: www.facebook.com
		Username: john
		Password: NoOneKnows
	Steps:
		Loading login page in browser
		Submitting username and password
	References: 
		Bug #: 123
	History:
		Timestamp: 2022-12-22 00:00:00
		What: Created the test case
		Who: John Smith

 

⇒Designing Test Case Data Model

⇒⇒Test Management Tutorials

2018-09-24, 1613👍, 0💬