Is Registration Part of the User Account Management Module or a Separate Module?

If I have to choose one module to work on for writing test cases and finding bugs, would “Registration” be considered part of the “User Account Management” module, or is it a separate module? Could you please clarify this?

1 Like

There’s not really a right answer to this question… That really depends on how you have structured your test suite and personal preference.

Do you you already use some nested structure for other parts? Where would you document login testing, is it part of User Account Management? In that case Registration could be a sub part of User Account Management.

How much do you cover under User Account Management? It sounds kind of broad and makes me think of user settings, profile, security settings, etc. But no idea what kind of user account management is involved in your SUT.

1 Like