Class TestCaseFileRecord
This class represents the file layout of TestCase when serialized.
public class TestCaseFileRecord
- Inheritance
-
TestCaseFileRecord
- Derived
- Inherited Members
Properties
Comments
This field can be used by developers to add comments and additional information that's helpful to explain a test case.
public string Comments { get; set; }
Property Value
Description
A descriptive name for this test case.
public string Description { get; set; }