God Ginrai said:What would we need to do? I'm interested in testing, but I don't want to take away a spot from someone else if it's something that I can't do.
-God Ginrai
This, and also: try to *really* abuse the software as much as possible. Does the password field require a minimum password length? Input a 1000 character password. Does the image upload site allow for any image format? Upload a 500 MB SVG image filled with a huge amount of spaces (so that the file compresses while its being transfered) and see how long it takes for the server to run out of memory. Try to break all the rules, go in the exact opposite direction that is expected from you. The more ways you can change something, the better. Use tools to edit your web requests for more mayhem (try the following Firefox extensions: Tamper Data, Web Developer, FireBug). Etc. Most of all, be creative.MarkoeZ said:God Ginrai said:What would we need to do? I'm interested in testing, but I don't want to take away a spot from someone else if it's something that I can't do.
-God Ginrai
Most people here, when they try something new, digitally, they just know what places to avoid because they could be buggy. Just go there and use it extensively otherwise just try each and every option there is and note if something does not do what you expected, and what you did just before that.
Alec said:Here are some problems/observations I noticed so far:
- During registration, it should ask the user to confirm the password.
- All files I tried to download are size 0. Is that intentional?
- The "votedown" on comments does not work (opens error page)
- Why does the download start after 3 seconds? Why not immediately?
- It would be nice if the site expanded to the browser window size instead of having a fixed layout.
- The rounded "Top Rated"/"New Uploads" banners look out of place.
Account Details:
* Nationality: United Kingdom
* Date of birth: 15/07/1984
* something else
chrysipp said:The registration does only check the length of the input string, but not the content. I just registerd an account with a username consisting of 4 whitespaces, a password consisting of 4 whitespaces and a mail address consisting of 4 whitespaces.