Wednesday, May 8, 2013

Web Application Interface Testing Checklist

SERVER INTERFACE

Verify that communication is done correctly, web server-application server, application server- database server and vice versa
EXTERNAL INTERFACE

Have all supported browsers been tested?
Have all error conditions related to external interfaces been tested when external
application is unavailable or server inaccessible?
INTERNAL INTERFACE

If the site uses plug-ins, can the site still be used without them?
Are failures handled if there are errors in download?
Can users use copy/paste functionality? Does it allow in password/CVV/credit card no
field?
If we leave the site in the middle of a task does it cancel?
Does our solution handle network failures between Web site and application servers?
Have you implemented intelligent error handling (from disabling cookies, etc.)?

No comments:

Post a Comment