Print Page | Close Window

login name validation !!!

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Web Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Web Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=2661
Printed Date: 12Jul2025 at 10:21pm


Topic: login name validation !!!
Posted By: tanushree
Subject: login name validation !!!
Date Posted: 04Oct2007 at 1:06am
1. whether two dots befor @ should accept or not?( for e.g. [Email]tejas..shah@rediffmail[/Email] .com) Because for rediff and yahoo it will not accepted. ( the reason for ask because; i stated this as bug and developer told me it is not bug. )

2. In some case ( mostly using SQL database) when for verifying e-mail address they are case sensative. But afterwords when in used for login; It is not case sensative. Whether it rated as bug or not?



Replies:
Posted By: Praveen.bliss
Date Posted: 05May2009 at 12:49am

Both are good test cases for E-mail validations…         

 

 

  1. Character.(dot) should not appear two or more times consecutively \
  2. Characters before @ is Case sensitive. For example   mailto:[email protected] - [email protected] and mailto:[email protected] - [email protected] are both different and it may deliver to different people. But many organizations don’t follow this..  This practice is discouraged by Internet standards track protocol  

Both are very good bugs…  

Correct me if i am wrong.


Posted By: cprasenjit26
Date Posted: 28May2009 at 3:58pm
You can try yellowpipe.  
http://softwareqatestings.com - Software testing tutorial



Print Page | Close Window