Skip to content

Instantly share code, notes, and snippets.

@Himan95
Created January 27, 2017 04:57
Show Gist options
  • Save Himan95/2d3b174ef73ea4210aa6a8c1221a6f14 to your computer and use it in GitHub Desktop.
Save Himan95/2d3b174ef73ea4210aa6a8c1221a6f14 to your computer and use it in GitHub Desktop.
Module wise Testing
************Module Testing**************
1 Create Donor with avatar
-- Avatar default pic icon looking untidy
-* Image Upload error(Error: NotSupportedException in Driver.php line 16)
-* Age Validation not done
-- Form validation working
-* Donor creation unsuccessful
2 Create Donor without avatar
-- Form Validaton working
-* Age Validation not done
-- Donor creation successful
3 Create Hospital with avatar
-* Image Upload error(Error: NotSupportedException in Driver.php line 16)
-* Contact Number validation not working
-- Hospital creation unsuccessful
4 Create Hospital without avatar
-* Contact Number validation not working
-- Hospital creation successful
5 Third Party Authentication with Google
-- Authentication working
-- Sign In feature working
6 Third Party Authentication with Facebook
-* Error page (Error Displayed: App_Id required as parameter)
7 Register User
-- Validation working
-- Mail Activation working
8 Forgot Password
-- Forgot Password reset email feature working
-- Email header and description needs to be modified with repect to Red Arrow
-* Reset password form issue(Error: NotFoundHTTPException)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment