Field Validation Steps
Posted: Thu Oct 30, 2008 1:46 pm
I would say at present we are mainly concerned with things like field
validation - what types of characters and max lengths of characters
different types of fields can support. For example if you were filling out
an online form where you have your name, address, mobile number, email
address etc, you would want to be sure that the person filling in the form
can only enter valid data.
Another thing I am testing is that all buttons and links work and point to
the correct place. Then eventually as we close in on completing the
application we will be looking at load and stress testing or basically
seeing what how many requests the server can peform at once and how fast it will function over the internet protocol in comparison how we currently test
it over our local LAN using only a handful of machines.
Any advice will be most appreciated.
validation - what types of characters and max lengths of characters
different types of fields can support. For example if you were filling out
an online form where you have your name, address, mobile number, email
address etc, you would want to be sure that the person filling in the form
can only enter valid data.
Another thing I am testing is that all buttons and links work and point to
the correct place. Then eventually as we close in on completing the
application we will be looking at load and stress testing or basically
seeing what how many requests the server can peform at once and how fast it will function over the internet protocol in comparison how we currently test
it over our local LAN using only a handful of machines.
Any advice will be most appreciated.