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

Feedback on Software Testing #2996

Closed
MLU2005367 opened this issue Jun 15, 2023 · 1 comment
Closed

Feedback on Software Testing #2996

MLU2005367 opened this issue Jun 15, 2023 · 1 comment

Comments

@MLU2005367
Copy link

MLU2005367 commented Jun 15, 2023

hi, our team is currently using your 29k mobile application as our subject of software testing academic project, and after executing some of the planned test cases, here are some of the bugs or changes that we would like to issued to enhance user experience.

Issues 1: Consecutive clicking events or Spam clicking on answer in Multiple Choice Question causes display lag

We have conducted smoke testing where one of the test case is to spam clicking on different interactive components on "Challenge" page. As we executed a test case (spam clicking on answer of Multiple Choice Question), it seems like the system will change the selected answer when proceeding to next question and having display lag when clicking event is too frequent, in worse case causing app crash and force quit.

spamclick

@MLU2005367
Copy link
Author

Here are some of the other issues as well

Issue 2: Input boundary limit

We have tested multiple inputs in the system by applying equivalence partitioning and boundary value analysis, and we found out that some of the inputs' range could be extend, to provide users more flexibility in inserting their desired input

In "Group Settings" , one of the input (group name) only allow an input limit of 30 characters, an extending of the range limit of the input would be great to enhance the user experience.

issue2

Issue 3: Image Size Limit

We have tested on updating the profile picture with large size images (96mb), the system returns to the “Profile” tab during the edit photo step, without updating the profile image nor showing any error message. It seems like the system does not have error handling on this condition when images selected exceeded the limited size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant