Use DataRow for specific TestCategory #3778
Replies: 1 comment 1 reply
-
Hi @OlegKalinin, Do you want to be applying a custom category to only some of the data input? If so, that's currently not supported outside of the solution you are describing above. I would need to make some tests to see how TRX/VS would handle that but it seems something valuable to be able to add metadata to some of the input. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All!
I have data-driven test in my test solution like
What approach do you use if want to define [TestCategory("Smoke")] that should include only one DataRow of AddIntegers_FromDataRowTest test function with current test framework architecture?
I think about
but may be there is something better
Beta Was this translation helpful? Give feedback.
All reactions