Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added few cases for Registration functionality #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Cases-Collection/Registration.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ S.No.,Test Case,"Type of Test Case
31,Verify whether Cross-site scripting (XSS ) vulnerability work on a registration page. XSS vulnerability may be used by hackers to bypass access controls.,Negative,
32,Verify that the registration page is not vulnerable to SQL injection,Negative,
33,Verify whether the registration form is revealing any security information by viewing page source,Negative,
34,"Verify if the font, text color, color coding and sequence of the Registration page is as per the standard.",Positive,
34,"Verify if the font, text color, color coding and sequence of the Registration page is as per the standard.",Positive,
35,Verify if the correct title is displayed after successful registration.,Positive,
36,Verify if the user is able to register with deleted user email.,Positive,
37,Verify if the user is not able to register with blocked user email.,Negative,