2 comments
Sort by
Date
Votes
Hi Rex,
The way we do naming conventions are are in below format:
<Project Name>_<Application Module>_<Feature Name>_<Test Verification Name>
For some of the tests where multiple things need to be verified within a workflow, we need to put a meaningful name so by looking to test we know what the test is doing.
For Example a Test name can be "Verify actions button are disabled for all users except admin after request input and hold on a request". We have to skip several things in order to fit this in 60 characters length and I have to make it like this: "trac_workflows_actions_buttons_after_concurrent_and_hold" which doesn't give clear idea about the test until we go inside and look into description.
Please sign in to leave a comment.