glarimy / glarimy-quiz-app

The source code and resources for Glarimy Quiz community project
0 stars 0 forks source link

Test Case: Question Display #38

Open glarimy opened 6 years ago

glarimy commented 6 years ago

Download the APK (built from the master branch at 9AM on 18th May 2018) from http://www.glarimy.com/engineering/community/glarimy-quiz-community/android-app/app-debug.apk.

Install the APK on an android device:

Make sure that the internet connection is ON. Open the app. Wait till the welcome (#35) and initial scoring screen ( #36 ) disappears.

Then verify the following:

  1. The screens looks like the following:

screen shot 2018-05-17 at 17 49 14

  1. There is no title bar.
  2. Around 15% of the bottom of the screen (banner) is black color.
  3. The logo Glarimy Quiz appears on the banner.
  4. The logo Glarimy Quiz is in aqua color.
  5. The background of the rest of the screen is in white
  6. A challenge appears on top of the screen (For example: How good your are in technology)
  7. The challenge is in color strawberry.
  8. Rest of the screen is empty.
  9. There is no reaction to clicking on any part of the app.
  10. After couple of seconds the screen appears like the following: screen shot 2018-05-17 at 17 54 02
  11. A caption "Options" appears somewhere in the middle of the screen.
  12. The caption is in strawberry color.
  13. An option appears below the caption. (For example: It is impossible. There is no such technology)
  14. The option is in the color black
  15. The option on a rectangular strip with aqua color.
  16. The strip is having a dropping shadow in gray color.
  17. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down.
  18. Rest of the screen is empty.
  19. There is no reaction to clicking on any part of the app.
  20. After couple of seconds the screen appears like the following: screen shot 2018-05-17 at 17 58 14
  21. Second option appears below the first option.
  22. The second option is in the color black
  23. The second option on a rectangular strip with aqua color.
  24. The strip is having a dropping shadow in gray color.
  25. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down.
  26. Rest of the screen is empty.
  27. There is no reaction to clicking on any part of the app.
  28. After couple of seconds the screen appears like the following: screen shot 2018-05-17 at 18 04 24
  29. Third option appears below the second option.
  30. The third option is in the color black
  31. The third option on a rectangular strip with aqua color.
  32. The strip is having a dropping shadow in gray color.
  33. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down.
  34. Rest of the screen is empty.
  35. There is no reaction to clicking on any part of the app.
  36. After couple of seconds the screen appears like the following: screen shot 2018-05-17 at 18 05 50
  37. Fourth option appears below the first option.
  38. The third option is in the color black
  39. The third option on a rectangular strip with aqua color.
  40. The strip is having a dropping shadow in gray color.
  41. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down.
  42. Rest of the screen is empty.
  43. There is no reaction to clicking on any part of the app.
  44. After couple of seconds the screen appears like the following: screen shot 2018-05-17 at 18 07 02
  45. Actual question appears between challenge and the options.
  46. The question is the color black
  47. There is no reaction to pressed on the screen except on the option strips.
  48. Once an option strip is pressed, the screen should look like the following: screen shot 2018-05-17 at 18 11 15
  49. The background color of the pressed option changes to strawberry.
  50. The text color of the pressed option changes to white
  51. The text of the pressed option changes to bold
  52. The background of all the non-selected-options changes to gray
  53. The drop shadow of the non-selected-options disappears
  54. No reaction to any clicks on any part of the screen.
  55. After couple of seconds, the following screen appears (if the selected option is correct. Go to step XXX if the selected option is incorrect). screen shot 2018-05-17 at 18 16 04
  56. There is no title bar.
  57. The logo Glarimy Quiz appears in the bottom of the screen.
  58. The logo Glarimy Quiz is in aqua color.
  59. The background of the screen is in black color.
  60. The message "SUPER" appears in the middle of the screen.
  61. The message "SUPER" is in the color strawberry.
  62. The caption "You are rocking!" appears below the message.
  63. The caption is in the color strawberry.
  64. The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 )
  65. After the scoring screens disappears, step-01 repeats.
  66. (From step 56, if the selected option is wrong), the following screen appears screen shot 2018-05-17 at 18 25 03
  67. There is no title bar.
  68. The logo Glarimy Quiz appears in the bottom of the screen.
  69. The logo Glarimy Quiz is in aqua color.
  70. The background of the screen is in black color.
  71. The message "SORRY" appears in the middle of the screen.
  72. The message "SORRY" is in the color strawberry.
  73. The caption "Wrong Answer!" appears below the message.
  74. The caption is in the color strawberry.
  75. The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 )
  76. After the scoring screens disappears, step-01 repeats.

Record your observations on each of the above 77 points. Complete the activity by 12 Noon 18th May 2018.

venumittapalli576 commented 6 years ago
  1. The screens looks like the following - passed
  2. There is no title bar - passed
  3. Around 15% of the bottom of the screen (banner) is black color. -passed
  4. The logo Glarimy Quiz appears on the banner. - passed
  5. The logo Glarimy Quiz is in aqua color. - passed
  6. The background of the rest of the screen is in white - passed
  7. A challenge appears on top of the screen (For example: How good your are in technology) - passed
  8. The challenge is in color strawberry. - passed
  9. Rest of the screen is empty. - passed
  10. There is no reaction to clicking on any part of the app. - passed
  11. After couple of seconds the screen appears like the following – passed Additional Comments: The color of logo changes from screen to screen(in on mobile it is displaying dark color and in another mobile it is displaying light in color)
  12. A caption "Options" appears somewhere in the middle of the screen. -passed
  13. The caption is in strawberry color. - passed
  14. An option appears below the caption. (For example: It is impossible. There is no such technology) - passed
  15. The option is in the color black - passed
  16. The option on a rectangular strip with aqua color. - passed
  17. The strip is having a dropping shadow in gray color. - passed
  18. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down.- passed
  19. Rest of the screen is empty.- pass
  20. There is no reaction to clicking on any part of the app. - fail
  21. After couple of seconds the screen appears like the following: - passed Additional comments: When option1 is displayed, when we click on option it is not displaying rest of options and moving to next screen.
  22. Second option appears below the first option. -passed
  23. The second option is in the color black - passed-
  24. The second option on a rectangular strip with aqua color. -passed
  25. The strip is having a dropping shadow in gray color. -passed
  26. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed
  27. Rest of the screen is empty. -passed
  28. There is no reaction to clicking on any part of the app. – fail
  29. After couple of seconds the screen appears like the following: - passed Additional comments: There is reaction on clicking on the option without displaying complete options and question
  30. Third option appears below the second option. -passed
  31. The third option is in the color black - passed
  32. The third option on a rectangular strip with aqua color. - passed
  33. The strip is having a dropping shadow in gray color. - passed
  34. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed
  35. Rest of the screen is empty. - passed
  36. There is no reaction to clicking on any part of the app. - fail
  37. After couple of seconds the screen appears like the following: - passed

  38. Fourth option appears below the first option. -passed
  39. The third option is in the color black - passed
  40. The third option on a rectangular strip with aqua color. -passed
  41. The strip is having a dropping shadow in gray color. - passed
  42. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed
  43. Rest of the screen is empty. – passed
  44. There is no reaction to clicking on any part of the app. - fail
  45. After couple of seconds the screen appears like the following: - passed

  46. Actual question appears between challenge and the options. - passed
  47. The question is the color black - passed
  48. There is no reaction to pressed on the screen except on the option strips. - passed
  49. Once an option strip is pressed, the screen should look like the following: - passed

  50. The background color of the pressed option changes to strawberry. – passed
  51. The text color of the pressed option changes to white – failed
  52. The text of the pressed option changes to bold - passed
  53. The background of all the non-selected-options changes to gray - passed
  54. The drop shadow of the non-selected-options disappears - paeesd
  55. No reaction to any clicks on any part of the screen. – fail
  56. After couple of seconds, the following screen appears (if the selected option is correct. Go to step XXX if the selected option is incorrect). – passed Additional comments: When we click on the button color of button changing but text color is not changing it is being in black color only
  57. There is no title bar. - passed
  58. The logo Glarimy Quiz appears in the bottom of the screen. - passed
  59. The logo Glarimy Quiz is in aqua color. - passed
  60. The background of the screen is in black color. - passed
  61. The message "SUPER" appears in the middle of the screen.- passed
  62. The message "SUPER" is in the color strawberry.- passed
  63. The caption "You are rocking!" appears below the message. - passed
  64. The caption is in the color strawberry.- passed
  65. The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 )- passed
  66. After the scoring screens disappears, step-01 repeats. – fail
  67. (From step 56, if the selected option is wrong), the following screen appears – passed Additional comments: Score is not updating.
  68. There is no title bar. - passed
  69. The logo Glarimy Quiz appears in the bottom of the screen. – passed
  70. The logo Glarimy Quiz is in aqua color. – passed
  71. The background of the screen is in black color. - passed
  72. The message "SORRY" appears in the middle of the screen. -passed
  73. The message "SORRY" is in the color strawberry. -passed
  74. The caption "Wrong Answer!" appears below the message. - passed
  75. The caption is in the color strawberry.- passed
  76. The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 ) – fail
  77. After the scoring screens disappears, step-01 repeats. - passed Additional comments: Score is not updating.
venumittapalli576 commented 6 years ago

sir i found an issue that at a particular id when we are trying to retrieve the question it is displaying empty options along with empty question .I have gone through the logcat and found that the json string is not terminated. check the below screen shot of screen screenshot_20180518-114928 1

error displayed in the log cat image: screenshot 84

glarimy commented 6 years ago

Thanks Venu! Waiting for the comments from the other two.

Pratyusha-Bodapati commented 6 years ago

1.The screens looks like the following - pass 2.There is no title bar - pass 3.Around 15% of the bottom of the screen (banner) is black color. -pass 4.The logo Glarimy Quiz appears on the banner. - pass 5.The logo Glarimy Quiz is in aqua color. - pass 6.The background of the rest of the screen is in white - pass 7.A challenge appears on top of the screen (For example: How good your are in technology) - pass 8.The challenge is in color strawberry. - pass 9.Rest of the screen is empty. - pass 10.There is no reaction to clicking on any part of the app. - pass 11.After couple of seconds the screen appears like the following – pass 12.A caption "Options" appears somewhere in the middle of the screen. -pass 13.The caption is in strawberry color. - pass 14.An option appears below the caption. (For example: It is impossible. There is no such technology) - pass 15.The option is in the color black - pass 16.The option on a rectangular strip with aqua color. - pass 17.The strip is having a dropping shadow in gray color. - pass 18.If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down.- pass 19.Rest of the screen is empty.- pass 20.There is no reaction to clicking on any part of the app. - fail 21.After couple of seconds the screen appears like the following: - pass 22.Second option appears below the first option. -pass 23.The second option is in the color black - pass 24.The second option on a rectangular strip with aqua color. -pass 25.The strip is having a dropping shadow in gray color. -pass 26.If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - pass 27.Rest of the screen is empty. -pass 28.There is no reaction to clicking on any part of the app. – fail 29.After couple of seconds the screen appears like the following: - pass 30.Third option appears below the second option. -pass 31.The third option is in the color black - pass 32.The third option on a rectangular strip with aqua color. - pass 33.The strip is having a dropping shadow in gray color. - pass 34.If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - pass 35.Rest of the screen is empty. - pass 36.There is no reaction to clicking on any part of the app. - fail 37.After couple of seconds the screen appears like the following: - pass 38.Fourth option appears below the first option. -pass 39.The third option is in the color black - pass 40.The third option on a rectangular strip with aqua color. -pass 41.The strip is having a dropping shadow in gray color. - pass 42.If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - pass 43.Rest of the screen is empty. – pass 44.There is no reaction to clicking on any part of the app. - fail 45.After couple of seconds the screen appears like the following: - pass 46.Actual question appears between challenge and the options. - pass 47.The question is the color black - pass 48.There is no reaction to pressed on the screen except on the option strips. - pass 49.Once an option strip is pressed, the screen should look like the following: - pass 50.The background color of the pressed option changes to strawberry. – pass 51.The text color of the pressed option changes to white – fail 52.The text of the pressed option changes to bold - pass 53.The background of all the non-selected-options changes to gray - pass 54.The drop shadow of the non-selected-options disappears - pass 55.No reaction to any clicks on any part of the screen. – fail 56.After couple of seconds, the following screen appears (if the selected option is correct. Go to step XXX if the selected option is incorrect). – pass 57.There is no title bar. - pass 58.The logo Glarimy Quiz appears in the bottom of the screen. - pass 59.The logo Glarimy Quiz is in aqua color. - pass 60.The background of the screen is in black color. - pass 61.The message "SUPER" appears in the middle of the screen.- pass 62.The message "SUPER" is in the color strawberry.- pass 63.The caption "You are rocking!" appears below the message. - pass 64.The caption is in the color strawberry.- pass 65.The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 )- pass 66.After the scoring screens disappears, step-01 repeats. – fail 67.(From step 56, if the selected option is wrong), the following screen appears – pass 68.There is no title bar. - pass 69.The logo Glarimy Quiz appears in the bottom of the screen. – pass 70.The background of the screen is in black color. - pass 71.The message "SORRY" appears in the middle of the screen. -pass 72.The message "SORRY" is in the color strawberry. -pass 73.The caption "Wrong Answer!" appears below the message. - pass 74.The caption is in the color strawberry.- pass 75.The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 ) – fail 76.After the scoring screens disappears, step-01 repeats. - pass

Additional comments: the score is not updating all the time it is giving a comment like "super" but not updating the score

Pratyusha-Bodapati commented 6 years ago

sir when the app running if i disconnecting the internet a blank screen is appearing like screenshot_20180518_121412

Pratyusha-Bodapati commented 6 years ago

if i try to come back it is not happening and if i put it in home screen the mobile is restarted and automatically it is moving to app and opening home page..

ramakrishna5a1 commented 6 years ago
  1. The screens looks like the following: - failed

  2. There is no title bar. - passed

  3. Around 15% of the bottom of the screen (banner) is black color.- passed

  4. The logo Glarimy Quiz appears on the banner. - passed

  5. The logo Glarimy Quiz is in aqua color. - passed

  6. The background of the rest of the screen is in white - passed

  7. A challenge appears on top of the screen (For example: How good your are in technology) - passed

  8. The challenge is in color strawberry. - passed

  9. Rest of the screen is empty. -passed

  10. There is no reaction to clicking on any part of the app. – passed Additional comments: 1,the font size is smaller.

  11. After couple of seconds the screen appears like the following: - passed

  12. A caption "Options" appears somewhere in the middle of the screen. - failed

  13. The caption is in strawberry color. - passed

  14. An option appears below the caption. (For example: It is impossible. There is no such technology) - passed

  15. The option is in the color black - passed

  16. The option on a rectangular strip with aqua color - passed.

  17. The strip is having a dropping shadow in gray color. - failed

  18. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed

  19. Rest of the screen is empty.- passed

  20. There is no reaction to clicking on any part of the app. - passed Additional comments: 12, the option displays closer to title caption a small space between these two 17, The strip don’t have a shadow

  21. After couple of seconds the screen appears like the following: - failed

  22. Second option appears below the first option. - passed

  23. The second option is in the color black - passed

  24. The second option on a rectangular strip with aqua color. - passed

  25. The strip is having a dropping shadow in gray color. - failed

  26. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed

  27. Rest of the screen is empty. - passed

  28. There is no reaction to clicking on any part of the app. - failed Additional comments: 21,the two options and the option text appears to the top 25, The strip don’t have a shadow 28,when clicking on the buttons it goes to another screen like sorry wrong message

  29. After couple of seconds the screen appears like the following: - failed

  30. Third option appears below the second option- passed

  31. The third option is in the color black - passed

  32. The third option on a rectangular strip with aqua color - passed.

  33. The strip is having a dropping shadow in gray color. - failed

  34. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed

  35. Rest of the screen is empty. - passed

  36. There is no reaction to clicking on any part of the app.- failed 29 ,the three options and the option text appears to the top 33, The strip don’t have a shadow 36, when clicking on the buttons it goes to another screen like sorry wrong message

  37. After couple of seconds the screen appears like the following: - failed

  38. Fourth option appears below the first option. - passed

  39. The third option is in the color black -passed

  40. The third option on a rectangular strip with aqua color.- passed

  41. The strip is having a dropping shadow in gray color. - failed

  42. If the option text is going below the frame, scrolling is enabled automatically. While scrolling, except the banner, every other part moves up and down. - passed

  43. Rest of the screen is empty. - passed

  44. There is no reaction to clicking on any part of the app - failed Additional comments: 37, The four options and the option text appears to the top 41, The strip don’t have a shadow 44, when clicking on the buttons it goes to another screen like sorry wrong message

  45. After couple of seconds the screen appears like the following: - passed

  46. Actual question appears between challenge and the options. - passed

  47. The question is the color black - passed

  48. There is no reaction to pressed on the screen except on the option strips. – passed

  49. Once an option strip is pressed, the screen should look like the following: - failed

  50. The background color of the pressed option changes to strawberry. - passed

  51. The text color of the pressed option changes to white - failed

  52. The text of the pressed option changes to bold - failed

  53. The background of all the non-selected-options changes to gray - failed

  54. The drop shadow of the non-selected-options disappears- failed

  55. No reaction to any clicks on any part of the screen.- passed Additional comments:¬¬ 49, the color of the remaining options is not changing except the selected one 51,text color is on black only 52, text not changing to bold 53, the background of un selected items remains in same color 54,there is no shadow to drop. ==========================================¬¬¬¬===========

  56. After couple of seconds, the following screen appears (if the selected option is correct. Go to step XXX if the selected option is incorrect).-passed

  57. There is no title bar-passed.

  58. The logo Glarimy Quiz appears in the bottom of the screen.-passed

  59. The logo Glarimy Quiz is in aqua color.-passed

  60. The background of the screen is in black color.-passed

  61. The message "SUPER" appears in the middle of the screen.- passed

  62. The message "SUPER" is in the color strawberry. - passed

  63. The caption "You are rocking!" appears below the message - passed.

  64. The caption is in the color strawberry. - passed

  65. The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 ) - passed

  66. After the scoring screens disappears, step-01 repeats. – passed

  67. (From step 56, if the selected option is wrong), the following screen appears

  68. There is no title bar. - passed

  69. The logo Glarimy Quiz appears in the bottom of the screen. - passed

  70. The logo Glarimy Quiz is in aqua color. - passed

  71. The background of the screen is in black color. - passed

  72. The message "SORRY" appears in the middle of the screen. - passed

  73. The message "SORRY" is in the color strawberry. - passed

  74. The caption "Wrong Answer!" appears below the message. passed

  75. The caption is in the color strawberry. - passed

  76. The screen disappears after few seconds and the scoring screen appears with appropriate score (Refer #36 ) - passed

  77. After the scoring screens disappears, step-01 repeats. –passed Additional comments: 76,the score every time shows 0 even when correct option is selected

glarimy commented 6 years ago

Thanks!

glarimy commented 6 years ago

The question appears. Scrolling is working only on the options part. Entire screen should be made scrolled. And, not able to select any options. This is SEVERE issue.