I have to write test cases for Create User, Edit User,
Delete User etc.
Some of the steps for Create & Edit User are same.
Then Should I write refer Create User [test case Id] for
common test steps to write Edit User Test case?
OR I have to write separate test steps even though they are
repeatable in Create user & Edit User test case.
Create a Template Test Case, which will contain similar
steps.Call that template where ever you feel necessary,
that means; if you feel that same steps you need to write
again, call there that template.