smadji
11 years agoContributor
requested feature - note section for each test step
It would be extremely helpful if I can add a note to my test steps.
When I come back in 6 months to fix something - I would like to know what was I thinking 6 months ago when I chose this assertion or that data set to test. Also helpful if someone else is maintaining my tests...
I found out that in the xml code there is an option to enter the same parameter twice and the first value will be ignored so can be used for a note, but this is invitation to ugly code.
example:
<variable>write whatever you want here cause this is being ignored if followed by same variable name</variable>
<variable>actual value to use</variable>
When I come back in 6 months to fix something - I would like to know what was I thinking 6 months ago when I chose this assertion or that data set to test. Also helpful if someone else is maintaining my tests...
I found out that in the xml code there is an option to enter the same parameter twice and the first value will be ignored so can be used for a note, but this is invitation to ugly code.
example:
<variable>write whatever you want here cause this is being ignored if followed by same variable name</variable>
<variable>actual value to use</variable>