You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1007 B

4 years ago
#### 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?