Test Cases for registration page/ web form


 

Image is example purpose used. 

Check List: How to Test registration page or any web form 

·        Verify that all the labels on web forms are readable and understandable.

·         Verify that all required buttons are available or not.

·         Verify that all buttons are clickable.

·         Verify that all required fields are marked with asterisks (*).

·         Verify that tab key functionality working properly or not.

·         Verify that all fields have a valid placeholder.

·       Verify that clicking to submit button after fill all required data, then check data is display proper same as written in all fields.

·         Verify that character limitations in all fields based on requirements.

·         Verify that entering blank space on mandatory fields it display error message.

·         Verify that validation is displayed when any fields are blank to submit.

·         Verify that it allow html tag or not.

·       Verify that if password and re-enter password doesn’t matched then it display any message or not.

·         check that the password is in encrypted form when entered

·         Verify that password and re-enter password is same or not.

·         Verify that radio button is selectable or not

·         Verify that radio button is selecting only one at a time.

·         Verify that multiple checkbox is selectable.

·         Verify that DOB is not allow to future date

·         Verify that DOB is allow to select past date or not

·         Verify that characters are not allowed to enter in phone number fields.

·         Verify that email validation after entering incorrect email.

·         Verify that upload button functionality is working.

·         Verify that when clicking on upload/browse button it will open file menu.

·         Check that it allow to upload multiple files to user.

·         Check that application behavior when upload large file.

·         Verify that it display “success” message after upload file.

·         Verify that it display any error message after failed file uploading.

·         Verify that error message is displaying if the file size is large than the allowed one.

·         Verify that error message should be shown in case the user tries to upload files more than the allowed limit.

·         Verify that file upload progress is displayed or not.

·         Verify that the file uploader can which format files.

·         Verify that it accepts other file formats to upload.

·         Check that system can allow to cancellation of uploaded files.

·         Verify that the File upload window don’t accept empty files with an extension that leads to SQL injection.

·         Check that during upload a file on click of cancel button window should be closed or not.

·         Check that file size and name display.

·         To check that the validation message is displayed when clicking on submit button without selecting “terms and conditions” checkbox

·         Verify that all the submitted details go into the database.

Perhaps any scenario is missing out write in comment. 😀

Comments

Popular posts from this blog

Test cases for Dashboard

Test case for OTP Verification.

Test Cases for Payment Gateway.