Test Run Case Data Object type

Q

What is a simple data object type for test run case?

✍: FYIcenter.com

A

Here is a simple data object type for test run cases.

Test_Run_Case data type, in TestMan version 1.00, properties:

  • ID - Identification of this test run case.
  • Test_Run_ID - Reference to the test run data object.
  • Test_Case_ID - Reference to the test case data object.
  • Name - A short name for this test run case, copied over from the referenced test case.
  • Success - A Boolean flag indicating if this test run case was successful or not.
  • Priority - The level of priority of this test run case, copied over from the referenced test case.
  • Product - The software product to be tested, copied over from the referenced test case.
  • Component - The component of the software product to be tested, copied over from the referenced test case.
  • Function - The function of the component of the software product to be tested, copied over from the referenced test case.
  • Timestamp - A timestamp of when this test run case was started.
  • Duration - The duration to measure how long it took to finish this test run case.
  • Total Steps - Number of total test cases where executed during this test run case.
  • Failed Steps - Number of test cases were failed in this test run case.
  • Method - Name of the method used to execute this test run case.
  • Target - Name of the software installation instance being tested by this test run case.
  • Version - Version of the software product being tested by this test run case.
  • Station - Name of the work station from where this test run case was executed.
  • Tester - Name of the person who executed this test run case.
  • Parameters - Child object for a list of parameters that were actually used to execute this test run case.
  • Test Steps - Child object for a list of test steps were executed in this test run case.
  • Description - A long description of this test run case, copied over from the referenced test case.
  • Reference - A reference number for an external resource.
  • 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.

Examples of Test_Run_Case object:

Test_Run_Case
  ID: 222
  Test_Run_ID: 111
  Test_Case_ID: 111
  Name: User Login
    Success: True
  Priority: High
  Product: Facebook_Portal
  Component: Login
    Function: Allow_User_to_Login
  Timestamp: 2022-12-22 00:00:10
  Duration: 1000 milliseconds
  Total: 2
  Failed: 0
  Method: TestRunner
    Target: http://www.facebook.com:8000
  Version: 2.0
  Station: QA_Machine_1
  Tester: John Smith 
  Description: Make sure a user can login with a valid username 
    Reference: CASE_101
  Parameters: [Test_Run_Case_Parameter]
  Steps: [Test_Run_Case_Step]

 

Test Run Case Parameter Data Object Type

Test Run Data Object type

Designing Test Run Data Model

⇑⇑ Test Management Tutorials

2018-09-01, 1614🔥, 0💬