Bug #3045
Updated by Jane G 7 months ago
The 'Title' field accepts data which does not match the given requirments. The title field should only accept: Alphabetic characters (both, Latin and Cyrillic), all letter cases (lower and upper), special characters (only “-”, and “ . ”) and spaces. It should be minimum 5 and maximum 20 characters in length. *Environment* Google Chrome Version 137.0.7151.69 (Official Build) (64-bit) Windows 11 Pro https://qainterrapt.brainster.xyz/login *Pre-conditions* # The user must be logged in *Steps to reproduce* # Click on the 'Tags' via navigation menu # Click on the 'Create' button # Insert invalid Enter data with more than 20 characters(e.g.raspukalasarplaninaaaaa) # Enter data with less than 5 characters(e.g. asdf) # Enter data containing special characters(e.g.raspukalasarplanina$%%%$) # Enter data in the 'Title' field (e.g.raspukalasarplaninaaaaa, asdf, raspukalasarplanina$%%%$, 软件测试, اختبار البرمجيات) a different language (e.g.软件测试) # Click Save the tag by clicking on the 'Create' button # Search the tag by entering 'raspukalasarplaninaaaaa' in the search field # Observe if the tag is created in the tag list *Expected result* The tag should not be created and a message should be shown that the title field is required in red letters. The title field should only accept: * Alphabetic characters (both, Latin and Cyrillic) * all letter cases (lower and upper) * special characters (only “-”, and “ . ”) and spaces * Inserted data should be minimum 5 and maximum 20 characters in length. letters *Actual result* The 'Tittle' field accepts data with less than 5 and more than 20 characters in length, special characters that not matching system allows the folowing requirenments, characters writen with both Chinese and Arabic alphabet, and when clicking the 'Create' button a message that 'The tag is succesfully created' appears. to be created without any restrictions or error messages