Edit

CloneStatistics.ClonedSharedStepsCount Property

Definition

Number of shared steps cloned so far.

[System.Runtime.Serialization.DataMember]
public int ClonedSharedStepsCount { get; set; }
member this.ClonedSharedStepsCount : int with get, set
Public Property ClonedSharedStepsCount As Integer

Property Value

Attributes

Remarks

When a test case is cloned, any shared step referenced by the test case is also cloned.

Applies to