diff options
author | maheshgudi | 2017-11-14 16:08:56 +0530 |
---|---|---|
committer | maheshgudi | 2017-11-14 16:08:56 +0530 |
commit | 02e8c27721688a5fd20d2b0eda10a1eb227f27d0 (patch) | |
tree | 112aa88621bdc7d9bf20843fcf90e68a85621f8f /release_testing_guide.md | |
parent | 1aeb0997affaf8d6da3cdceee2d3ba8df59c4083 (diff) | |
download | online_test-02e8c27721688a5fd20d2b0eda10a1eb227f27d0.tar.gz online_test-02e8c27721688a5fd20d2b0eda10a1eb227f27d0.tar.bz2 online_test-02e8c27721688a5fd20d2b0eda10a1eb227f27d0.zip |
Add Release testing guide basic layout.
Diffstat (limited to 'release_testing_guide.md')
-rw-r--r-- | release_testing_guide.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/release_testing_guide.md b/release_testing_guide.md new file mode 100644 index 0000000..6900cf5 --- /dev/null +++ b/release_testing_guide.md @@ -0,0 +1,35 @@ +Release testing guide: +====================== + To be followed before every release. + +1. Installation and deployment: + ---------------------------- + **To be filled** + +2. Authentication: + --------------- + a. **Signing up on Yaksh:** + - On landing page, click on sign up button. + - On the user registration form, try registering with an empty field.This should redirect to the same page with the field necessary notification. + - Try the same thing with all fields filled. This should register and redirect to quizzes page. + + b. **Login with Google/Facebook oauth:** + - Check if google facebook oauth authentication works or not. + + c. **Forgot Password:** + - Click on the Forgot Password button. + - Enter valid email id and click on reset. + - Check mail, click on the link and change password. + - Check if the new password is valid. + + d. **Change Password** + - Log in as student and as moderator separately and click on change password. + - Try to change password and check if the password is changed. + + +3. Exam interface. + +4. Grading and answerpaper interface. + +5. Regrading interface. +6.
\ No newline at end of file |