Where are the test method attributes--Inspection, Analysis, Demonstration--captured. In most tools, these methods would be assigned attributes. I would like to have tests categorized this way, rather than just having a text note that identifies the method, because it is a stronger typing.
Announcement
Collapse
No announcement yet.
Test Methods
Collapse
X
-
As these fields are not available in TestLog (there isn't room for all the conceivable fields available) you would need to use one or more of the customisable notes fields for these attributes.
You could also use the test type, config or resources fields to store this attribute as a way of categorising the tests, or by using a top level test suite for each one to physically separate the test cases.
Comment