Background Image
Web
Development
Tools
Tool...
49 Projects
Web Development Project
Web
Development
Project
Project Guide: Testing
Creator:Graphix
Last edit:2010-11-02 19:57:59

In this article you will learn how to properly test your project after completion.

Security

Making a secure project should be one of your top priorities. A few tips:

  • Test every input text field with special characters and to see whether code can be executed by inputting that.

    The following example should be clean and not executed:

    ^&)*$(_@"''" '''<b>;df;a</b>dáf'dfa;a3<script type='text/javascript'>alert('hello')</script>j2840dfap

  • Make sure that the visitors can not upload any harmful software (e.g. spyware, virusses etc.) as this might corrupt your site.

  • Make sure your password and your users/members passwords need to longer than 5 characers



Visitor testing

Once you are sure your project is safe, you can put it online and let it be viewed and tested by the visitors of your website. Make sure they have the possibility to leave a comment on your project and you can also add a rating or somekind.

Visitor comments can be very useful, as you can use their opinions to change fonts, buttons, layout and solve potential problems in your code.

Comments
Latest news
New project: Math Quiz
2010-11-09 18:07:48
Read more...

New project: Custom Messagebox
2010-11-06 19:10:50
Read more...

New project: Visitor Counter
2010-11-01 21:39:04
Read more...

New project: Image Editor
2010-11-01 21:37:27
Read more...

New project: Image Generator
2010-11-01 21:33:05
Read more...

Projects Contact © 2010 WDP - All rights reserved Terms and Conditions Log in