We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Write scenarios for OLA application
Feature Name- Full Name
Positive Scenarios-
1. To check whether Full Name text field consists of astrisk symbol.
2. To check whether Full Name text-field is accepting only uppercase alphabets. 3. To check whether Full Name text-field is accepting only lowercase alphabets. 4. To check whether Full Name text-field is accepting combination of uppercase & Lowercase alphabets. 5. To check whether Full Name text-field is accepting alphanumeric characters. 6. To check whether Full Name text-field is accepting Space between the characters.
Negative Scenarios-
1. To check whether Full Name text-field is accepting only numbers.
2. To check whether Full Name text-field is accepting special characters.
Feature Name- Email-Id
Positive Scenarios-
1. To check whether Email-Id text field consists of place holder.
2. To check whether Email-Id text-field consist astrisk symbol 3. To check whether Email-Id text field accepting email address in standard format i.e usename@domain.com 4. To check whether Email-Id text-field is case insensitive. 5. To check whether Email-Id text-field is accepting special characters. 6. To check whether Email-Id text-field is not accepting space between user field and domain field. 7. To check whether Email-Id text-field is accepting correct mail address. 8. To check whether error message is getting displayed in red colour.
Negative Scenarios-
1. To check whether Email-Id text field accepting email without @ symbol.
2. To check whether Email-Id text field accepting email without @ symbol. 3. To check whether Email-Id text field accepting invalid characters. (user#gmail.com) 4. To check whether error message is getting displayed in red colour. 5. To check whether Email-Id text field accepting only user field. (user@ ) 6. To check whether Email-Id text field accepting only domain field (@domain.com) 7. To check whether Email-Id text field accepting dots between user field (user….@domain.com)