How to test text fields?
You often get text fields to be tested, but do you know in how many ways you could test it? This mindmap by Sandeep Hiremath will help you test the text fields better.
Lost your password? Please enter your email address. You will receive a link to create a new password via email.
Comments ( 2 )
Always check also that it supports non-English languages I've seen Finnish application which did not support ÅÄÖ which are important Finnish characters. Also I've seen web application which disabled AltGr button from keyboard. Well - it causes interesting problems because e.g. @ is character which we can't type after that. It is created with AltGr+2.
Yes, thank you for the information. Now, I am more curious to test applications with this test idea :-)