mirror of https://github.com/01-edu/public.git
lee
4 years ago
2 changed files with 43 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||||
|
#### Functionals |
||||||
|
|
||||||
|
##### Try to open a story post |
||||||
|
|
||||||
|
###### Does this post open without problems? |
||||||
|
|
||||||
|
##### Try to open a job post |
||||||
|
|
||||||
|
###### Does this post open without problems? |
||||||
|
|
||||||
|
##### Try to open a poll post |
||||||
|
|
||||||
|
###### Does this post open without problems? |
||||||
|
|
||||||
|
##### Try to load more posts |
||||||
|
|
||||||
|
###### Did the posts loaded without error or without spamming the user? |
||||||
|
|
||||||
|
##### Try to open a post with comments |
||||||
|
|
||||||
|
###### Are the comments being displayed in the correct order (from newest to oldest)? |
||||||
|
|
||||||
|
#### General |
||||||
|
|
||||||
|
###### Does the UI have at least stories, jobs and polls? |
||||||
|
|
||||||
|
###### Are the posts displayed in the correct order(from newest to oldest)? |
||||||
|
|
||||||
|
###### Does each comment present the right parent post? |
||||||
|
|
||||||
|
###### Is the UI notifying the user that there is a new update on a certain post? |
||||||
|
|
||||||
|
###### Is the project using Throttle to regulate the amount of request (every 5 seconds)? |
||||||
|
|
||||||
|
#### Bonus |
||||||
|
|
||||||
|
###### +Does the UI have more types of posts than stories, jobs and polls? |
||||||
|
|
||||||
|
###### +Are there sub-comments(nested comments) on the UI? |
Loading…
Reference in new issue