Ability to save more than 60 characters for test name

The 60 characters limitation on the test case name, some times make it hard for us to provide a meaning full name. It would be helpful if the limit is extended to 120 or so.

0
2 comments
Avatar
Rex Feizi

Hi, 

 

Would you please provide a couple of samples when you were not able to name a test case with 60 characters? 

Also, would it be possible to use the description field to provide detailed info about the test case? 

 

0
Comment actions Permalink
Avatar
Hasib Rostaiee

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. 

0
Comment actions Permalink

Please sign in to leave a comment.