Hello,
I have 10 test cases with different cases as Smoke, Sanity and Regression and I will mention the same name as Regression or Smoke under tag filed.
So my question is in future if I want to run only cases under smoke or regression. How do I run the cases under that?
put them in test suite with same name as tags
Thank you.
But I want to know what is the advantage of Tag in TestCase Creation
e.g. filtering of TC in TS…
UC: you will put all TC in 1 TS
filter them based on TAG and mark them for run

image.png
1 Like
Thank you. Your latest answer helped.