Implement 'Priority' feature in reqnroll #303
Closed
sampath-ganesan
started this conversation in
Ideas
Replies: 0 comments
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.
-
as we know MSTest supports Priority in the Unit test on each method, but when it comes to UI automation that is bit complex as we are using steps to execute our scenarios. if we could implement Priority feature for whole scenario that would help most of the UI testing. for example if we want to create user in first scenario and use that user to login in the next scenario this would help us in those type of cases.
Beta Was this translation helpful? Give feedback.
All reactions