CustomTestFieldUpdateDefinition interface

Data structure which stores details for the customTestField to be updated.

Properties

fieldId

Custom test field id which is to be updated.

fieldName

The name of custom field cannot be longer than 50 characters(spaces, numbers, and special characters are not allowed) and must be unique in the project.CustomTestField name is case insensitive.

Property Details

fieldId

Custom test field id which is to be updated.

fieldId: number

Property Value

number

fieldName

The name of custom field cannot be longer than 50 characters(spaces, numbers, and special characters are not allowed) and must be unique in the project.CustomTestField name is case insensitive.

fieldName: string

Property Value

string