Hello, I have been looking in the SDK and do not see how to get tests with steps included.
The "Test" class here
|
public static string SUBTYPE_MANUAL_TEST = "test_manual"; |
does not have any property or something that leads to steps.
I also checked the Phase property. it also does not lead to steps.
The word "step" does not exist in the client repository.
Is this function indeed missing or I was looking in the wrong place?
And does the API itself (not the client SDK) support getting steps?
Hello, I have been looking in the SDK and do not see how to get tests with steps included.
The "Test" class here
alm-octane-csharp-rest-sdk/OctaneSdk/Entities/Tests/Test.cs
Line 44 in 8a4de95
does not have any property or something that leads to steps.
I also checked the
Phaseproperty. it also does not lead to steps.The word "step" does not exist in the client repository.
Is this function indeed missing or I was looking in the wrong place?
And does the API itself (not the client SDK) support getting steps?